diff --git a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-azure-ad.md b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-azure-ad.md index c4339690dc3..3035e98c56f 100644 --- a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-azure-ad.md +++ b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-azure-ad.md @@ -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. diff --git a/docs/reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md b/docs/reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md index 8418c5d8a5a..561185929b9 100644 --- a/docs/reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md +++ b/docs/reference-guides/cluster-configuration/rancher-server-configuration/rke2-cluster-configuration.md @@ -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" %}} +
+ + Example Cluster Config File Snippet + ```yaml spec: @@ -300,6 +303,7 @@ spec: ignoreDaemonSets: true timeout: 120 ``` +
### chartValues