diff --git a/docs/contribute-to-rancher.md b/docs/contribute-to-rancher.md
index 08c8ab24a44..8610c3d88b1 100644
--- a/docs/contribute-to-rancher.md
+++ b/docs/contribute-to-rancher.md
@@ -77,15 +77,15 @@ Please remove any sensitive data as it will be publicly viewable.
- **Steps to reproduce the issue:** Provide as much detail on how you got into the reported situation. This helps the person to reproduce the situation you are in.
- Provide manual steps or automation scripts used to get from a newly created setup to the situation you reported.
- **Logs:** Provide data/logs from the used resources.
- - Rancher
- - Docker install
+ - Rancher
+ - Docker install
```
docker logs \
--timestamps \
$(docker ps | grep -E "rancher/rancher:|rancher/rancher " | awk '{ print $1 }')
```
- - Kubernetes install using `kubectl`
+ - Kubernetes install using `kubectl`
:::note
@@ -99,14 +99,14 @@ Please remove any sensitive data as it will be publicly viewable.
-l app=rancher \
--timestamps=true
```
- - Docker install using `docker` on each of the nodes in the RKE cluster
+ - Docker install using `docker` on each of the nodes in the RKE cluster
```
docker logs \
--timestamps \
$(docker ps | grep -E "rancher/rancher@|rancher_rancher" | awk '{ print $1 }')
```
- - Kubernetes Install with RKE Add-On
+ - Kubernetes Install with RKE Add-On
:::note
@@ -120,12 +120,12 @@ Please remove any sensitive data as it will be publicly viewable.
--timestamps=true \
-f $(kubectl --kubeconfig $KUBECONFIG get pods -n cattle-system -o json | jq -r '.items[] | select(.spec.containers[].name="cattle-server") | .metadata.name')
```
- - System logging (these might not all exist, depending on operating system)
- - `/var/log/messages`
- - `/var/log/syslog`
- - `/var/log/kern.log`
- - Docker daemon logging (these might not all exist, depending on operating system)
- - `/var/log/docker.log`
+ - System logging (these might not all exist, depending on operating system)
+ - `/var/log/messages`
+ - `/var/log/syslog`
+ - `/var/log/kern.log`
+ - Docker daemon logging (these might not all exist, depending on operating system)
+ - `/var/log/docker.log`
- **Metrics:** If you are experiencing performance issues, please provide as much of data (files or screenshots) of metrics which can help determining what is going on. If you have an issue related to a machine, it helps to supply output of `top`, `free -m`, `df` which shows processes/memory/disk usage.
## Docs
diff --git a/docs/getting-started/introduction/overview.md b/docs/getting-started/introduction/overview.md
index 6961919689c..3b0bb156566 100644
--- a/docs/getting-started/introduction/overview.md
+++ b/docs/getting-started/introduction/overview.md
@@ -31,8 +31,8 @@ The Rancher API server is built on top of an embedded Kubernetes API server and
### Authorization and Role-Based Access Control
-- **User management:** The Rancher API server [manages user identities](../../pages-for-subheaders/about-authentication.md) that correspond to external authentication providers like Active Directory or GitHub, in addition to local users.
-- **Authorization:** The Rancher API server manages [access control](../../pages-for-subheaders/manage-role-based-access-control-rbac.md) and [security](../../how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md) policies.
+- **User management:** The Rancher API server [manages user identities](../../pages-for-subheaders/about-authentication.md) that correspond to external authentication providers like Active Directory or GitHub, in addition to local users.
+- **Authorization:** The Rancher API server manages [access control](../../pages-for-subheaders/manage-role-based-access-control-rbac.md) and [security](../../how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md) policies.
### Working with Kubernetes
@@ -44,7 +44,7 @@ The Rancher API server is built on top of an embedded Kubernetes API server and
### Working with Cloud Infrastructure
-- **Tracking nodes:** The Rancher API server tracks identities of all the [nodes](../../how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools.md) in all clusters.
+- **Tracking nodes:** The Rancher API server tracks identities of all the [nodes](../../how-to-guides/advanced-user-guides/manage-clusters/nodes-and-node-pools.md) in all clusters.
- **Setting up infrastructure:** When configured to use a cloud provider, Rancher can dynamically provision [new nodes](../../pages-for-subheaders/use-new-nodes-in-an-infra-provider.md) and [persistent storage](../../pages-for-subheaders/create-kubernetes-persistent-storage.md) in the cloud.
### Cluster Visibility
diff --git a/docs/getting-started/quick-start-guides/deploy-workloads/nodeports.md b/docs/getting-started/quick-start-guides/deploy-workloads/nodeports.md
index 389ca9881d8..b295f7fdafe 100644
--- a/docs/getting-started/quick-start-guides/deploy-workloads/nodeports.md
+++ b/docs/getting-started/quick-start-guides/deploy-workloads/nodeports.md
@@ -22,11 +22,11 @@ For this workload, you'll be deploying the application Rancher Hello-World.
1. Click **Add Port**.
1. From the **Service Type** drop-down, make sure that **NodePort** is selected.
- 
+ 
1. From the **Publish the container port** field, enter port `80`.
- 
+ 
1. Click **Create**.
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/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md
index 1dc551a9a14..15ddf16ddfb 100644
--- a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md
+++ b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md
@@ -13,46 +13,46 @@ If your organization uses FreeIPA for user authentication, you can configure Ran
:::
-1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
-1. In the top left corner, click **☰ > Users & Authentication**.
+1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
+1. In the top left corner, click **☰ > Users & Authentication**.
1. In the left navigation menu, click **Auth Provider**.
1. Click **FreeIPA**.
-1. Complete the **Configure an FreeIPA server** form.
+1. Complete the **Configure an FreeIPA server** form.
- You may need to log in to your domain controller to find the information requested in the form.
+ You may need to log in to your domain controller to find the information requested in the form.
- :::note Using TLS?
+ :::note Using TLS?
- If the certificate is self-signed or not from a recognized certificate authority, make sure you provide the complete chain. That chain is needed to verify the server's certificate.
+ If the certificate is self-signed or not from a recognized certificate authority, make sure you provide the complete chain. That chain is needed to verify the server's certificate.
- :::
+ :::
- :::note User Search Base vs. Group Search Base
-
- Search base allows Rancher to search for users and groups that are in your FreeIPA. These fields are only for search bases and not for search filters.
-
- * If your users and groups are in the same search base, complete only the User Search Base.
- * If your groups are in a different search base, you can optionally complete the Group Search Base. This field is dedicated to searching groups, but is not required.
+ :::note User Search Base vs. Group Search Base
- :::
+ Search base allows Rancher to search for users and groups that are in your FreeIPA. These fields are only for search bases and not for search filters.
-1. If your FreeIPA deviates from the standard AD schema, complete the **Customize Schema** form to match it. Otherwise, skip this step.
+ * If your users and groups are in the same search base, complete only the User Search Base.
+ * If your groups are in a different search base, you can optionally complete the Group Search Base. This field is dedicated to searching groups, but is not required.
- :::note Search Attribute
-
- The Search Attribute field defaults with three specific values: `uid|sn|givenName`. After FreeIPA is configured, when a user enters text to add users or groups, Rancher automatically queries the FreeIPA server and attempts to match fields by user id, last name, or first name. Rancher specifically searches for users/groups that begin with the text entered in the search field.
-
- The default field value `uid|sn|givenName`, but you can configure this field to a subset of these fields. The pipe (`|`) between the fields separates these fields.
-
- * `uid`: User ID
- * `sn`: Last Name
- * `givenName`: First Name
-
- With this search attribute, Rancher creates search filters for users and groups, but you *cannot* add your own search filters in this field.
+ :::
- :::
+1. If your FreeIPA deviates from the standard AD schema, complete the **Customize Schema** form to match it. Otherwise, skip this step.
-1. Enter your FreeIPA username and password in **Authenticate with FreeIPA** to confirm that Rancher is configured to use FreeIPA authentication.
+ :::note Search Attribute
+
+ The Search Attribute field defaults with three specific values: `uid|sn|givenName`. After FreeIPA is configured, when a user enters text to add users or groups, Rancher automatically queries the FreeIPA server and attempts to match fields by user id, last name, or first name. Rancher specifically searches for users/groups that begin with the text entered in the search field.
+
+ The default field value `uid|sn|givenName`, but you can configure this field to a subset of these fields. The pipe (`|`) between the fields separates these fields.
+
+ * `uid`: User ID
+ * `sn`: Last Name
+ * `givenName`: First Name
+
+ With this search attribute, Rancher creates search filters for users and groups, but you *cannot* add your own search filters in this field.
+
+ :::
+
+1. Enter your FreeIPA username and password in **Authenticate with FreeIPA** to confirm that Rancher is configured to use FreeIPA authentication.
1. Click **Enable**.
**Result:**
diff --git a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md
index 56859c962f0..7e4baf95a83 100644
--- a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md
+++ b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md
@@ -11,44 +11,44 @@ Read [External Authentication Configuration and Principal Users](../../../../../
:::
-1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
-1. In the top left corner, click **☰ > Users & Authentication**.
+1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
+1. In the top left corner, click **☰ > Users & Authentication**.
1. In the left navigation menu, click **Auth Provider**.
1. Click **GitHub**.
-1. Follow the directions displayed to set up a GitHub Application. Rancher redirects you to GitHub to complete registration.
+1. Follow the directions displayed to set up a GitHub Application. Rancher redirects you to GitHub to complete registration.
- :::note What's an Authorization Callback URL?
-
- The Authorization Callback URL is the URL where users go to begin using your application (i.e. the splash screen).
+ :::note What's an Authorization Callback URL?
- When you use external authentication, authentication does not actually take place in your application. Instead, authentication takes place externally (in this case, GitHub). After this external authentication completes successfully, the Authorization Callback URL is the location where the user re-enters your application.
+ The Authorization Callback URL is the URL where users go to begin using your application (i.e. the splash screen).
- :::
+ When you use external authentication, authentication does not actually take place in your application. Instead, authentication takes place externally (in this case, GitHub). After this external authentication completes successfully, the Authorization Callback URL is the location where the user re-enters your application.
+
+ :::
1. From GitHub, copy the **Client ID** and **Client Secret**. Paste them into Rancher.
- :::note Where do I find the Client ID and Client Secret?
-
- From GitHub, select Settings > Developer Settings > OAuth Apps. The Client ID and Client Secret are displayed prominently.
+ :::note Where do I find the Client ID and Client Secret?
- :::
+ From GitHub, select Settings > Developer Settings > OAuth Apps. The Client ID and Client Secret are displayed prominently.
+
+ :::
1. Click **Authenticate with GitHub**.
1. Use the **Site Access** options to configure the scope of user authorization.
- - **Allow any valid Users**
+ - **Allow any valid Users**
- _Any_ GitHub user can access Rancher. We generally discourage use of this setting!
+ _Any_ GitHub user can access Rancher. We generally discourage use of this setting!
- - **Allow members of Clusters, Projects, plus Authorized Users and Organizations**
+ - **Allow members of Clusters, Projects, plus Authorized Users and Organizations**
- Any GitHub user or group added as a **Cluster Member** or **Project Member** can log in to Rancher. Additionally, any GitHub user or group you add to the **Authorized Users and Organizations** list may log in to Rancher.
+ Any GitHub user or group added as a **Cluster Member** or **Project Member** can log in to Rancher. Additionally, any GitHub user or group you add to the **Authorized Users and Organizations** list may log in to Rancher.
- - **Restrict access to only Authorized Users and Organizations**
+ - **Restrict access to only Authorized Users and Organizations**
- Only GitHub users or groups added to the Authorized Users and Organizations can log in to Rancher.
-
+ Only GitHub users or groups added to the Authorized Users and Organizations can log in to Rancher.
+
1. Click **Enable**.
**Result:**
diff --git a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md
index bb86253787b..e442c7582d0 100644
--- a/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md
+++ b/docs/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md
@@ -83,7 +83,7 @@ Using the Unique ID of the service account key, register it as an Oauth Client u
1. Get the Unique ID of the key you just created. If it's not displayed in the list of keys right next to the one you created, you will have to enable it. To enable it, click **Unique ID** and click **OK**. This will add a **Unique ID** column to the list of service account keys. Save the one listed for the service account you created. NOTE: This is a numeric key, not to be confused with the alphanumeric field **Key ID**.
- 
+ 
1. Go to the [**Domain-wide Delegation** page.](https://admin.google.com/ac/owl/domainwidedelegation)
1. Add the Unique ID obtained in the previous step in the **Client Name** field.
1. In the **One or More API Scopes** field, add the following scopes:
diff --git a/docs/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/docs/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md
index b79d86653c6..11a3f812588 100644
--- a/docs/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md
+++ b/docs/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md
@@ -30,9 +30,9 @@ Cluster administrators can edit the membership for a cluster, controlling which
1. In the **Member Roles** tab, click **Add Member**.
1. Search for the user or group that you want to add to the cluster.
- If external authentication is configured:
+ If external authentication is configured:
- - Rancher returns users from your [external authentication](../../../../pages-for-subheaders/about-authentication.md) source as you type.
+ - Rancher returns users from your [external authentication](../../../../pages-for-subheaders/about-authentication.md) source as you type.
:::note Using AD but can't find your users?
@@ -40,7 +40,7 @@ Cluster administrators can edit the membership for a cluster, controlling which
:::
- - A drop-down allows you to add groups instead of individual users. The drop-down only lists groups that you, the logged in user, are part of.
+ - A drop-down allows you to add groups instead of individual users. The drop-down only lists groups that you, the logged in user, are part of.
:::note
@@ -50,16 +50,16 @@ Cluster administrators can edit the membership for a cluster, controlling which
1. Assign the user or group **Cluster** roles.
- [What are Cluster Roles?](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
+ [What are Cluster Roles?](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
- :::tip
+ :::tip
- For Custom Roles, you can modify the list of individual roles available for assignment.
+ For Custom Roles, you can modify the list of individual roles available for assignment.
- - To add roles to the list, [Add a Custom Role](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles.md).
- - To remove roles from the list, [Lock/Unlock Roles](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles.md).
+ - To add roles to the list, [Add a Custom Role](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles.md).
+ - To remove roles from the list, [Lock/Unlock Roles](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles.md).
- :::
+ :::
**Result:** The chosen users are added to the cluster.
diff --git a/docs/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md b/docs/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md
index 823e00ae321..574eba390bf 100644
--- a/docs/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md
+++ b/docs/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md
@@ -25,7 +25,7 @@ You can assign a pod security policy when you provision a cluster. However, if y
4. From the **Default Pod Security Policy** drop-down, select the policy you want to apply to the cluster.
- Rancher ships with [policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) of `restricted` and `unrestricted`, although you can [create custom policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) as well.
+ Rancher ships with [policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) of `restricted` and `unrestricted`, although you can [create custom policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) as well.
5. Click **Save**.
diff --git a/docs/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md b/docs/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md
index 6f798aca624..c5233655f4c 100644
--- a/docs/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md
+++ b/docs/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md
@@ -28,13 +28,13 @@ Following project creation, you can add users as project members so that they ca
1. In the **Members** tab, click **Add**.
1. Search for the user or group that you want to add to the project.
- If external authentication is configured:
+ If external authentication is configured:
- - Rancher returns users from your external authentication source as you type.
+ - Rancher returns users from your external authentication source as you type.
- - A drop-down allows you to add groups instead of individual users. The dropdown only lists groups that you, the logged in user, are included in.
+ - A drop-down allows you to add groups instead of individual users. The dropdown only lists groups that you, the logged in user, are included in.
- :::note
+ :::note
If you are logged in as a local user, external users do not display in your search results.
@@ -42,7 +42,7 @@ Following project creation, you can add users as project members so that they ca
1. Assign the user or group **Project** roles.
- [What are Project Roles?](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
+ [What are Project Roles?](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
:::note Notes:
diff --git a/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-rancher.md b/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-rancher.md
index ac1f5f658c0..189568e42bb 100644
--- a/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-rancher.md
+++ b/docs/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-rancher.md
@@ -45,21 +45,21 @@ A restore is performed by creating a Restore custom resource.
```yaml
apiVersion: resources.cattle.io/v1
- kind: Restore
- metadata:
- name: restore-migration
- spec:
- backupFilename: backup-b0450532-cee1-4aa1-a881-f5f48a007b1c-2020-09-15T07-27-09Z.tar.gz
- encryptionConfigSecretName: encryptionconfig
- storageLocation:
- s3:
- credentialSecretName: s3-creds
- credentialSecretNamespace: default
- bucketName: rancher-backups
- folder: rancher
- region: us-west-2
- endpoint: s3.us-west-2.amazonaws.com
- ```
+ kind: Restore
+ metadata:
+ name: restore-migration
+ spec:
+ backupFilename: backup-b0450532-cee1-4aa1-a881-f5f48a007b1c-2020-09-15T07-27-09Z.tar.gz
+ encryptionConfigSecretName: encryptionconfig
+ storageLocation:
+ s3:
+ credentialSecretName: s3-creds
+ credentialSecretNamespace: default
+ bucketName: rancher-backups
+ folder: rancher
+ region: us-west-2
+ endpoint: s3.us-west-2.amazonaws.com
+ ```
For help configuring the Restore, refer to the [configuration reference](../../../reference-guides/backup-restore-configuration/restore-configuration.md) and to the [examples.](../../../reference-guides/backup-restore-configuration/examples.md)
diff --git a/docs/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps.md b/docs/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps.md
index 0660b9b781e..098c6eeefc8 100644
--- a/docs/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps.md
+++ b/docs/how-to-guides/new-user-guides/deploy-apps-across-clusters/multi-cluster-apps.md
@@ -125,11 +125,11 @@ The ability to use the same configuration to deploy the same application across
2. For each override, you can select the following:
- - **Scope**: Select which target projects you want to override the answer in the configuration option.
+ - **Scope**: Select which target projects you want to override the answer in the configuration option.
- - **Question**: Select which question you want to override.
+ - **Question**: Select which question you want to override.
- - **Answer**: Enter the answer that you want to be used instead.
+ - **Answer**: Enter the answer that you want to be used instead.
## Upgrading Multi-Cluster App Roles and Projects
diff --git a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md
index bcb4bf1e198..7c18158dde7 100644
--- a/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md
+++ b/docs/how-to-guides/new-user-guides/helm-charts-in-rancher/create-apps.md
@@ -62,10 +62,10 @@ Before you create your own custom catalog, you should have a basic understanding
A file that contains questions for a form. These form questions simplify deployment of a chart. Without it, you must configure the deployment using a values YAML config, which is more difficult. The following image displays the difference between a Rancher chart (which includes `questions.yml`) and a native Helm chart (which does not).
- questions.yml (top) vs. Helm Chart without (bottom)questions.yml (top) vs. Helm Chart without (bottom)
+ Example Cluster Config File Snippet
+
```yaml
spec:
@@ -300,6 +303,7 @@ spec:
ignoreDaemonSets: true
timeout: 120
```
+
](../cluster-yml-templates/node-certificate.md)
- - [Template for certificate signed by recognized CA
](../cluster-yml-templates/node-certificate-recognizedca.md)
+ - [Template for self-signed certificate
](../cluster-yml-templates/node-certificate.md)
+ - [Template for certificate signed by recognized CA
](../cluster-yml-templates/node-certificate-recognizedca.md)
diff --git a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/rke-add-on/layer-7-lb.md b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/rke-add-on/layer-7-lb.md
index 16dd7b103ce..16311b20808 100644
--- a/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/rke-add-on/layer-7-lb.md
+++ b/versioned_docs/version-2.0-2.4/getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/rke-add-on/layer-7-lb.md
@@ -99,8 +99,8 @@ RKE uses a YAML config file to install and configure your Kubernetes cluster. Th
1. Download one of following templates, depending on the SSL certificate you're using.
- - [Template for self-signed certificate
`3-node-externalssl-certificate.yml`](../cluster-yml-templates/node-externalssl-certificate.md)installation/options/cluster-yml-templates/3-node-externalssl-certificate)
- - [Template for certificate signed by recognized CA
`3-node-externalssl-recognizedca.yml`](../cluster-yml-templates/node-externalssl-recognizedca.md)
+ - [Template for self-signed certificate
`3-node-externalssl-certificate.yml`](../cluster-yml-templates/node-externalssl-certificate.md)installation/options/cluster-yml-templates/3-node-externalssl-certificate)
+ - [Template for certificate signed by recognized CA
`3-node-externalssl-recognizedca.yml`](../cluster-yml-templates/node-externalssl-recognizedca.md)
diff --git a/versioned_docs/version-2.0-2.4/getting-started/introduction/overview.md b/versioned_docs/version-2.0-2.4/getting-started/introduction/overview.md
index c5159d99f9f..f923dcd060b 100644
--- a/versioned_docs/version-2.0-2.4/getting-started/introduction/overview.md
+++ b/versioned_docs/version-2.0-2.4/getting-started/introduction/overview.md
@@ -30,8 +30,8 @@ The Rancher API server is built on top of an embedded Kubernetes API server and
### Authorization and Role-Based Access Control
-- **User management:** The Rancher API server [manages user identities](../../pages-for-subheaders/about-authentication.md) that correspond to external authentication providers like Active Directory or GitHub, in addition to local users.
-- **Authorization:** The Rancher API server manages [access control](../../pages-for-subheaders/manage-role-based-access-control-rbac.md) and [security](../../how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md) policies.
+- **User management:** The Rancher API server [manages user identities](../../pages-for-subheaders/about-authentication.md) that correspond to external authentication providers like Active Directory or GitHub, in addition to local users.
+- **Authorization:** The Rancher API server manages [access control](../../pages-for-subheaders/manage-role-based-access-control-rbac.md) and [security](../../how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md) policies.
### Working with Kubernetes
diff --git a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/nodeports.md b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/nodeports.md
index 080f324f051..f4a3364bacf 100644
--- a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/nodeports.md
+++ b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/nodeports.md
@@ -23,7 +23,7 @@ For this workload, you'll be deploying the application Rancher Hello-World.
5. Click **Deploy**.
- **Step Result:** The **Deploy Workload** page opens.
+ **Step Result:** The **Deploy Workload** page opens.
6. Enter a **Name** for your workload.
@@ -33,15 +33,15 @@ For this workload, you'll be deploying the application Rancher Hello-World.
9. From the **As a** drop-down, make sure that **NodePort (On every node)** is selected.
- 
+ 
10. From the **On Listening Port** field, leave the **Random** value in place.
- 
+ 
11. From the **Publish the container port** field, enter port `80`.
- 
+ 
12. Leave the remaining options on their default setting. We'll tell you about them later.
diff --git a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md
index e287a0d5947..f35292de528 100644
--- a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md
+++ b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-workloads/workload-ingress.md
@@ -23,7 +23,7 @@ For this workload, you'll be deploying the application Rancher Hello-World.
5. Click **Deploy**.
- **Step Result:** The **Deploy Workload** page opens.
+ **Step Result:** The **Deploy Workload** page opens.
6. Enter a **Name** for your workload.
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md
index 0e9f006970f..e45fb86808e 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-freeipa.md
@@ -15,40 +15,40 @@ If your organization uses FreeIPA for user authentication, you can configure Ran
>- Create a service account in FreeIPA with `read-only` access. Rancher uses this account to verify group membership when a user makes a request using an API key.
>- Read [External Authentication Configuration and Principal Users](../../../../../pages-for-subheaders/about-authentication.md#external-authentication-configuration-and-principal-users).
-1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
+1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
-2. From the **Global** view, select **Security > Authentication** from the main menu.
+2. From the **Global** view, select **Security > Authentication** from the main menu.
-3. Select **FreeIPA**.
+3. Select **FreeIPA**.
-4. Complete the **Configure an FreeIPA server** form.
+4. Complete the **Configure an FreeIPA server** form.
- You may need to log in to your domain controller to find the information requested in the form.
+ You may need to log in to your domain controller to find the information requested in the form.
- >**Using TLS?**
- >If the certificate is self-signed or not from a recognized certificate authority, make sure you provide the complete chain. That chain is needed to verify the server's certificate.
-
-
- >**User Search Base vs. Group Search Base**
- >
- >Search base allows Rancher to search for users and groups that are in your FreeIPA. These fields are only for search bases and not for search filters.
- >
- >* If your users and groups are in the same search base, complete only the User Search Base.
- >* If your groups are in a different search base, you can optionally complete the Group Search Base. This field is dedicated to searching groups, but is not required.
+ >**Using TLS?**
+ >If the certificate is self-signed or not from a recognized certificate authority, make sure you provide the complete chain. That chain is needed to verify the server's certificate.
+
+
+ >**User Search Base vs. Group Search Base**
+ >
+ >Search base allows Rancher to search for users and groups that are in your FreeIPA. These fields are only for search bases and not for search filters.
+ >
+ >* If your users and groups are in the same search base, complete only the User Search Base.
+ >* If your groups are in a different search base, you can optionally complete the Group Search Base. This field is dedicated to searching groups, but is not required.
-5. If your FreeIPA deviates from the standard AD schema, complete the **Customize Schema** form to match it. Otherwise, skip this step.
+5. If your FreeIPA deviates from the standard AD schema, complete the **Customize Schema** form to match it. Otherwise, skip this step.
- >**Search Attribute** The Search Attribute field defaults with three specific values: `uid|sn|givenName`. After FreeIPA is configured, when a user enters text to add users or groups, Rancher automatically queries the FreeIPA server and attempts to match fields by user id, last name, or first name. Rancher specifically searches for users/groups that begin with the text entered in the search field.
- >
- >The default field value `uid|sn|givenName`, but you can configure this field to a subset of these fields. The pipe (`|`) between the fields separates these fields.
- >
- > * `uid`: User ID
- > * `sn`: Last Name
- > * `givenName`: First Name
- >
- > With this search attribute, Rancher creates search filters for users and groups, but you *cannot* add your own search filters in this field.
+ >**Search Attribute** The Search Attribute field defaults with three specific values: `uid|sn|givenName`. After FreeIPA is configured, when a user enters text to add users or groups, Rancher automatically queries the FreeIPA server and attempts to match fields by user id, last name, or first name. Rancher specifically searches for users/groups that begin with the text entered in the search field.
+ >
+ >The default field value `uid|sn|givenName`, but you can configure this field to a subset of these fields. The pipe (`|`) between the fields separates these fields.
+ >
+ > * `uid`: User ID
+ > * `sn`: Last Name
+ > * `givenName`: First Name
+ >
+ > With this search attribute, Rancher creates search filters for users and groups, but you *cannot* add your own search filters in this field.
-6. Enter your FreeIPA username and password in **Authenticate with FreeIPA** to confirm that Rancher is configured to use FreeIPA authentication.
+6. Enter your FreeIPA username and password in **Authenticate with FreeIPA** to confirm that Rancher is configured to use FreeIPA authentication.
**Result:**
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md
index 6ba4fd5f04f..2b8e577a3bc 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-github.md
@@ -9,43 +9,43 @@ In environments using GitHub, you can configure Rancher to allow sign on using G
>**Prerequisites:** Read [External Authentication Configuration and Principal Users](../../../../../pages-for-subheaders/about-authentication.md#external-authentication-configuration-and-principal-users).
-1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
+1. Sign into Rancher using a local user assigned the `administrator` role (i.e., the _local principal_).
-2. From the **Global** view, select **Security > Authentication** from the main menu.
+2. From the **Global** view, select **Security > Authentication** from the main menu.
-3. Select **GitHub**.
+3. Select **GitHub**.
-4. Follow the directions displayed to **Setup a GitHub Application**. Rancher redirects you to GitHub to complete registration.
+4. Follow the directions displayed to **Setup a GitHub Application**. Rancher redirects you to GitHub to complete registration.
- >**What's an Authorization Callback URL?**
- >
- >The Authorization Callback URL is the URL where users go to begin using your application (i.e. the splash screen).
+ >**What's an Authorization Callback URL?**
+ >
+ >The Authorization Callback URL is the URL where users go to begin using your application (i.e. the splash screen).
- >When you use external authentication, authentication does not actually take place in your application. Instead, authentication takes place externally (in this case, GitHub). After this external authentication completes successfully, the Authorization Callback URL is the location where the user re-enters your application.
+ >When you use external authentication, authentication does not actually take place in your application. Instead, authentication takes place externally (in this case, GitHub). After this external authentication completes successfully, the Authorization Callback URL is the location where the user re-enters your application.
5. From GitHub, copy the **Client ID** and **Client Secret**. Paste them into Rancher.
- >**Where do I find the Client ID and Client Secret?**
- >
- >From GitHub, select Settings > Developer Settings > OAuth Apps. The Client ID and Client Secret are displayed prominently.
+ >**Where do I find the Client ID and Client Secret?**
+ >
+ >From GitHub, select Settings > Developer Settings > OAuth Apps. The Client ID and Client Secret are displayed prominently.
-6. Click **Authenticate with GitHub**.
+6. Click **Authenticate with GitHub**.
-7. Use the **Site Access** options to configure the scope of user authorization.
+7. Use the **Site Access** options to configure the scope of user authorization.
- - **Allow any valid Users**
+ - **Allow any valid Users**
- _Any_ GitHub user can access Rancher. We generally discourage use of this setting!
+ _Any_ GitHub user can access Rancher. We generally discourage use of this setting!
- - **Allow members of Clusters, Projects, plus Authorized Users and Organizations**
+ - **Allow members of Clusters, Projects, plus Authorized Users and Organizations**
- Any GitHub user or group added as a **Cluster Member** or **Project Member** can log in to Rancher. Additionally, any GitHub user or group you add to the **Authorized Users and Organizations** list may log in to Rancher.
+ Any GitHub user or group added as a **Cluster Member** or **Project Member** can log in to Rancher. Additionally, any GitHub user or group you add to the **Authorized Users and Organizations** list may log in to Rancher.
- - **Restrict access to only Authorized Users and Organizations**
+ - **Restrict access to only Authorized Users and Organizations**
- Only GitHub users or groups added to the Authorized Users and Organizations can log in to Rancher.
-
-8. Click **Save**.
+ Only GitHub users or groups added to the Authorized Users and Organizations can log in to Rancher.
+
+8. Click **Save**.
**Result:**
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md
index a2f0cc58bf3..ae5fb3aaded 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-google-oauth.md
@@ -79,7 +79,7 @@ Using the Unique ID of the service account key, register it as an Oauth Client u
1. Get the Unique ID of the key you just created. If it's not displayed in the list of keys right next to the one you created, you will have to enable it. To enable it, click **Unique ID** and click **OK.** This will add a **Unique ID** column to the list of service account keys. Save the one listed for the service account you created. NOTE: This is a numeric key, not to be confused with the alphanumeric field **Key ID.**
- 
+ 
1. Go to the [**Manage OAuth Client Access** page.](https://admin.google.com/AdminHome?chromeless=1#OGX:ManageOauthClients)
1. Add the Unique ID obtained in the previous step in the **Client Name** field.
1. In the **One or More API Scopes** field, add the following scopes:
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md
index 9a58163c995..29d218cc5ba 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/authentication-permissions-and-global-configuration/create-pod-security-policies.md
@@ -61,7 +61,7 @@ We recommend adding PSPs during cluster and project creation instead of adding i
1. From the **Global** view, select **Security** > **Pod Security Policies** from the main menu. Then click **Add Policy**.
- **Step Result:** The **Add Policy** form opens.
+ **Step Result:** The **Add Policy** form opens.
2. Name the policy.
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md
index 3e02ea3ca7d..c5ca26f6d6d 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md
@@ -31,25 +31,25 @@ Cluster administrators can edit the membership for a cluster, controlling which
3. Search for the user or group that you want to add to the cluster.
- If external authentication is configured:
+ If external authentication is configured:
- - Rancher returns users from your [external authentication](../../../../pages-for-subheaders/about-authentication.md) source as you type.
+ - Rancher returns users from your [external authentication](../../../../pages-for-subheaders/about-authentication.md) source as you type.
- >**Using AD but can't find your users?**
- >There may be an issue with your search attribute configuration. See [Configuring Active Directory Authentication: Step 5](../../authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-active-directory.md).
+ >**Using AD but can't find your users?**
+ >There may be an issue with your search attribute configuration. See [Configuring Active Directory Authentication: Step 5](../../authentication-permissions-and-global-configuration/about-authentication/authentication-config/configure-active-directory.md).
- - A drop-down allows you to add groups instead of individual users. The drop-down only lists groups that you, the logged in user, are part of.
+ - A drop-down allows you to add groups instead of individual users. The drop-down only lists groups that you, the logged in user, are part of.
- >**Note:** If you are logged in as a local user, external users do not display in your search results. For more information, see [External Authentication Configuration and Principal Users](../../../../pages-for-subheaders/about-authentication.md#external-authentication-configuration-and-principal-users).
+ >**Note:** If you are logged in as a local user, external users do not display in your search results. For more information, see [External Authentication Configuration and Principal Users](../../../../pages-for-subheaders/about-authentication.md#external-authentication-configuration-and-principal-users).
4. Assign the user or group **Cluster** roles.
- [What are Cluster Roles?](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
+ [What are Cluster Roles?](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
- >**Tip:** For Custom Roles, you can modify the list of individual roles available for assignment.
- >
- > - To add roles to the list, [Add a Custom Role](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles.md).
- > - To remove roles from the list, [Lock/Unlock Roles](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles.md).
+ >**Tip:** For Custom Roles, you can modify the list of individual roles available for assignment.
+ >
+ > - To add roles to the list, [Add a Custom Role](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/custom-roles.md).
+ > - To remove roles from the list, [Lock/Unlock Roles](../../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/locked-roles.md).
**Result:** The chosen users are added to the cluster.
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md
index 874cb531b78..ca7ead1b75a 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-clusters/add-a-pod-security-policy.md
@@ -19,7 +19,7 @@ You can assign a pod security policy when you provision a cluster. However, if y
4. From the **Default Pod Security Policy** drop-down, select the policy you want to apply to the cluster.
- Rancher ships with [policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) of `restricted` and `unrestricted`, although you can [create custom policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) as well.
+ Rancher ships with [policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) of `restricted` and `unrestricted`, although you can [create custom policies](../authentication-permissions-and-global-configuration/create-pod-security-policies.md#default-pod-security-policies) as well.
5. Click **Save**.
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md
index a1738a5d34d..5ee15ee8042 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects.md
@@ -26,17 +26,17 @@ Following project creation, you can add users as project members so that they ca
3. Search for the user or group that you want to add to the project.
- If external authentication is configured:
+ If external authentication is configured:
- - Rancher returns users from your external authentication source as you type.
+ - Rancher returns users from your external authentication source as you type.
- - A drop-down allows you to add groups instead of individual users. The dropdown only lists groups that you, the logged in user, are included in.
+ - A drop-down allows you to add groups instead of individual users. The dropdown only lists groups that you, the logged in user, are included in.
- >**Note:** If you are logged in as a local user, external users do not display in your search results.
+ >**Note:** If you are logged in as a local user, external users do not display in your search results.
1. Assign the user or group **Project** roles.
- [What are Project Roles?](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
+ [What are Project Roles?](../authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/cluster-and-project-roles.md)
>**Notes:**
>
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/back-up-rancher-launched-kubernetes-clusters.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/back-up-rancher-launched-kubernetes-clusters.md
index bc3773f4375..e4e23f51ac6 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/back-up-rancher-launched-kubernetes-clusters.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/back-up-rancher-launched-kubernetes-clusters.md
@@ -42,11 +42,11 @@ Backing up your high-availability Rancher cluster is process that involves compl
1. [Take Snapshots of the `etcd` Database](#1-take-snapshots-of-the-etcd-database)
- Take snapshots of your current `etcd` database using Rancher Kubernetes Engine (RKE).
+ Take snapshots of your current `etcd` database using Rancher Kubernetes Engine (RKE).
1. [Store Snapshot(s) Externally](#2-back-up-local-snapshots-to-a-safe-location)
- After taking your snapshots, export them to a safe location that won't be affected if your cluster encounters issues.
+ After taking your snapshots, export them to a safe location that won't be affected if your cluster encounters issues.
# 1. Take Snapshots of the `etcd` Database
@@ -55,11 +55,11 @@ Take snapshots of your `etcd` database. You can use these snapshots later to rec
- [Option A: Recurring Snapshots](#option-a-recurring-snapshots)
- After you stand up a high-availability Rancher install, we recommend configuring RKE to automatically take recurring snapshots so that you always have a safe restore point available.
+ After you stand up a high-availability Rancher install, we recommend configuring RKE to automatically take recurring snapshots so that you always have a safe restore point available.
- [Option B: One-Time Snapshots](#option-b-one-time-snapshots)
- We advise taking one-time snapshots before events like upgrades or restore of another snapshot.
+ We advise taking one-time snapshots before events like upgrades or restore of another snapshot.
### Option A: Recurring Snapshots
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/deploy-apps-across-clusters.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/deploy-apps-across-clusters.md
index 984caa60b50..ddb9d204f10 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/deploy-apps-across-clusters.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/deploy-apps-across-clusters.md
@@ -127,11 +127,11 @@ The ability to use the same configuration to deploy the same application across
2. For each override, you can select the following:
- - **Scope**: Select which target projects you want to override the answer in the configuration option.
+ - **Scope**: Select which target projects you want to override the answer in the configuration option.
- - **Question**: Select which question you want to override.
+ - **Question**: Select which question you want to override.
- - **Answer**: Enter the answer that you want to be used instead.
+ - **Answer**: Enter the answer that you want to be used instead.
# Upgrading Multi-Cluster App Roles and Projects
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md
index 53a2b785ac5..0afe9a8dd10 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/helm-charts-in-rancher/creating-apps.md
@@ -60,18 +60,18 @@ Before you create your own custom catalog, you should have a basic understanding
A file that provides descriptive text in the chart's UI header. The following image displays the difference between a Rancher chart (which includes `app-readme.md`) and a native Helm chart (which does not).
- app-readme.md (left) vs. Helm Chart without (right)app-readme.md (left) vs. Helm Chart without (right)questions.yml (left) vs. Helm Chart without (right)questions.yml (left) vs. Helm Chart without (right)
1. Click **Create**.
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/gke.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/gke.md
index 47f26368a37..a667507a6e4 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/gke.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/gke.md
@@ -36,11 +36,11 @@ Use Rancher to set up and configure your Kubernetes cluster.
5. Either paste your service account private key in the **Service Account** text box or **Read from a file**. Then click **Next: Configure Nodes**.
- >**Note:** After submitting your private key, you may have to enable the Google Kubernetes Engine API. If prompted, browse to the URL displayed in the Rancher UI to enable the API.
+ >**Note:** After submitting your private key, you may have to enable the Google Kubernetes Engine API. If prompted, browse to the URL displayed in the Rancher UI to enable the API.
6. Select your **Cluster Options**
7. Customize your **Node Options**
- * Enabling the Auto Upgrade feature for Nodes is not recommended.
+ * Enabling the Auto Upgrade feature for Nodes is not recommended.
8. Select your **Security Options**
9. Review your options to confirm they're correct. Then click **Create**.
diff --git a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-resources-setup/configmaps.md b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-resources-setup/configmaps.md
index 8033ef02b1b..5cb5b0d80fe 100644
--- a/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-resources-setup/configmaps.md
+++ b/versioned_docs/version-2.0-2.4/how-to-guides/new-user-guides/kubernetes-resources-setup/configmaps.md
@@ -26,10 +26,10 @@ ConfigMaps accept key value pairs in common string formats, like config files or
1. Click **Save**.
- >**Note:** Don't use ConfigMaps to store sensitive data [use a secret](secrets.md).
- >
- >**Tip:** You can add multiple key value pairs to the ConfigMap by copying and pasting.
- >
+ >**Note:** Don't use ConfigMaps to store sensitive data [use a secret](secrets.md).
+ >
+ >**Tip:** You can add multiple key value pairs to the ConfigMap by copying and pasting.
+ >
> 
**Result:** Your ConfigMap is added to the namespace. You can view it in the Rancher UI from the **Resources > Config Maps** view.
diff --git a/versioned_docs/version-2.0-2.4/pages-for-subheaders/about-authentication.md b/versioned_docs/version-2.0-2.4/pages-for-subheaders/about-authentication.md
index 1fbb25422d6..6c4993b058f 100644
--- a/versioned_docs/version-2.0-2.4/pages-for-subheaders/about-authentication.md
+++ b/versioned_docs/version-2.0-2.4/pages-for-subheaders/about-authentication.md
@@ -83,22 +83,22 @@ Configuration of external authentication affects how principal users are managed
1. Sign into Rancher as the local principal and complete configuration of external authentication.
- 
+ 
2. Rancher associates the external principal with the local principal. These two users share the local principal's user ID.
- 
+ 
3. After you complete configuration, Rancher automatically signs out the local principal.
- 
+ 
4. Then, Rancher automatically signs you back in as the external principal.
- 
+ 
5. Because the external principal and the local principal share an ID, no unique object for the external principal displays on the Users page.
- 
+ 
6. The external principal and the local principal share the same access rights.
diff --git a/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-4-lb.md b/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-4-lb.md
index 4be5a038d84..6d4b95bf71d 100644
--- a/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-4-lb.md
+++ b/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-4-lb.md
@@ -145,8 +145,8 @@ RKE uses a `.yml` config file to install and configure your Kubernetes cluster.
1. Download one of following templates, depending on the SSL certificate you're using.
- - [Template for self-signed certificate
`3-node-certificate.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-certificate.yml)
- - [Template for certificate signed by recognized CA
`3-node-certificate-recognizedca.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-certificate-recognizedca.yml)
+ - [Template for self-signed certificate
`3-node-certificate.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-certificate.yml)
+ - [Template for certificate signed by recognized CA
`3-node-certificate-recognizedca.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-certificate-recognizedca.yml)
>**Advanced Config Options:**
>
diff --git a/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-7-lb.md b/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-7-lb.md
index 690971033c5..d16f0318df9 100644
--- a/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-7-lb.md
+++ b/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-layer-7-lb.md
@@ -94,8 +94,8 @@ RKE uses a YAML config file to install and configure your Kubernetes cluster. Th
1. Download one of following templates, depending on the SSL certificate you're using.
- - [Template for self-signed certificate
`3-node-externalssl-certificate.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-externalssl-certificate.yml)
- - [Template for certificate signed by recognized CA
`3-node-externalssl-recognizedca.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-externalssl-recognizedca.yml)
+ - [Template for self-signed certificate
`3-node-externalssl-certificate.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-externalssl-certificate.yml)
+ - [Template for certificate signed by recognized CA
`3-node-externalssl-recognizedca.yml`](https://raw.githubusercontent.com/rancher/rancher/master/rke-templates/3-node-externalssl-recognizedca.yml)
>**Advanced Config Options:**
>
diff --git a/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-troubleshooting.md b/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-troubleshooting.md
index d339a3c38f3..b7159ebf950 100644
--- a/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-troubleshooting.md
+++ b/versioned_docs/version-2.0-2.4/pages-for-subheaders/helm2-rke-add-on-troubleshooting.md
@@ -20,16 +20,16 @@ Choose from the following options:
- [Generic troubleshooting](../getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/generic-troubleshooting.md)
- In this section, you can find generic ways to debug your Kubernetes cluster.
+ In this section, you can find generic ways to debug your Kubernetes cluster.
- [Failed to set up SSH tunneling for host](https://rancher.com/docs/rke/latest/en/troubleshooting/ssh-connectivity-errors/)
- In this section, you can find errors related to SSH tunneling when you run the `rke` command to setup your nodes.
+ In this section, you can find errors related to SSH tunneling when you run the `rke` command to setup your nodes.
- [Failed to get job complete status](../getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/job-complete-status.md)
- In this section, you can find errors related to deploying addons.
+ In this section, you can find errors related to deploying addons.
- [404 - default backend](../getting-started/installation-and-upgrade/advanced-options/advanced-use-cases/helm2/rke-add-on/troubleshooting/404-default-backend.md)
- In this section, you can find errors related to the `404 - default backend` page that is shown when trying to access Rancher.
+ In this section, you can find errors related to the `404 - default backend` page that is shown when trying to access Rancher.
diff --git a/versioned_docs/version-2.0-2.4/pages-for-subheaders/use-existing-nodes.md b/versioned_docs/version-2.0-2.4/pages-for-subheaders/use-existing-nodes.md
index 1b2be54cf0c..da647553f4d 100644
--- a/versioned_docs/version-2.0-2.4/pages-for-subheaders/use-existing-nodes.md
+++ b/versioned_docs/version-2.0-2.4/pages-for-subheaders/use-existing-nodes.md
@@ -53,10 +53,10 @@ Provision the host according to the [installation requirements](../how-to-guides
7. From **Node Role**, choose the roles that you want filled by a cluster node.
- >**Notes:**
- >
+ >**Notes:**
+ >
>- Using Windows nodes as Kubernetes workers? See [this section](use-windows-clusters.md).
- >- Bare-Metal Server Reminder: If you plan on dedicating bare-metal servers to each role, you must provision a bare-metal server for each role (i.e. provision multiple bare-metal servers).
+ >- Bare-Metal Server Reminder: If you plan on dedicating bare-metal servers to each role, you must provision a bare-metal server for each role (i.e. provision multiple bare-metal servers).
8. **Optional**: Click **[Show advanced options](admin-settings/agent-options/)** to specify IP address(es) to use when registering the node, override the hostname of the node, or to add [labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) or [taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) to the node.
@@ -64,7 +64,7 @@ Provision the host according to the [installation requirements](../how-to-guides
10. Log in to your Linux host using your preferred shell, such as PuTTy or a remote Terminal connection. Run the command copied to your clipboard.
- >**Note:** Repeat steps 7-10 if you want to dedicate specific hosts to specific node roles. Repeat the steps as many times as needed.
+ >**Note:** Repeat steps 7-10 if you want to dedicate specific hosts to specific node roles. Repeat the steps as many times as needed.
11. When you finish running the command(s) on your Linux host(s), click **Done**.
@@ -95,7 +95,7 @@ The following resources need to tagged with a `ClusterID`:
- **Subnet**: The subnet used for your cluster
- **Security Group**: The security group used for your cluster.
- >**Note:** Do not tag multiple security groups. Tagging multiple groups generates an error when creating Elastic Load Balancer.
+ >**Note:** Do not tag multiple security groups. Tagging multiple groups generates an error when creating Elastic Load Balancer.
The tag that should be used is:
diff --git a/versioned_docs/version-2.0-2.4/reference-guides/pipelines/v2.0.x.md b/versioned_docs/version-2.0-2.4/reference-guides/pipelines/v2.0.x.md
index 9c726c255e3..737e55448f8 100644
--- a/versioned_docs/version-2.0-2.4/reference-guides/pipelines/v2.0.x.md
+++ b/versioned_docs/version-2.0-2.4/reference-guides/pipelines/v2.0.x.md
@@ -17,12 +17,12 @@ Pipelines help you automate the software delivery process. You can integrate Ran
You can set up your pipeline to run a series of stages and steps to test your code and deploy it.