mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Fix formatting and change accordion to details
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ As your final step in Azure, copy the data that you'll use to configure Rancher
|
||||
|
||||
1. Obtain your Rancher **Application (Client) ID**.
|
||||
|
||||
1. Use search to open **App registrations** (if not already there).
|
||||
2.1. Use search to open **App registrations** (if not already there).
|
||||
|
||||
2.2. In **Overview**, find the entry you created for Rancher.
|
||||
|
||||
|
||||
+6
-2
@@ -248,11 +248,14 @@ Option to remove all pods from the node prior to upgrading.
|
||||
|
||||
Option to set kubelet options for different nodes. For available options, refer to the [Kubernetes documentation](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/).
|
||||
|
||||
# Cluster Config File Reference
|
||||
## Cluster Config File Reference
|
||||
|
||||
Instead of using the Rancher UI to choose Kubernetes options for the cluster, advanced users can create a config file. Using a config file allows you to set the [options available](https://docs.rke2.io/install/install_options/server_config/) in an RKE2 installation, including those already listed in [Configuration Options in the Rancher UI](#configuration-options-in-the-rancher-ui), as well as Rancher-specific parameters.
|
||||
|
||||
{{% accordion id="rke2-cluster-config-file" label="Example Cluster Config File Snippet" %}}
|
||||
<details>
|
||||
<summary>
|
||||
<b>Example Cluster Config File Snippet</b>
|
||||
</summary>
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
@@ -300,6 +303,7 @@ spec:
|
||||
ignoreDaemonSets: true
|
||||
timeout: 120
|
||||
```
|
||||
</details>
|
||||
|
||||
### chartValues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user