Fix formatting and change accordion to details

This commit is contained in:
vickyhella
2022-09-13 16:36:27 +08:00
parent 9f188317d3
commit 76b33211be
2 changed files with 7 additions and 3 deletions
@@ -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.
@@ -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