diff --git a/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrade-a-hardened-cluster-to-k8s-v1-25.md b/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrade-a-hardened-cluster-to-k8s-v1-25.md index 46dfead38fa..4d276be3e23 100644 --- a/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrade-a-hardened-cluster-to-k8s-v1-25.md +++ b/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrade-a-hardened-cluster-to-k8s-v1-25.md @@ -49,7 +49,7 @@ After you perform these steps, you can upgrade the cluster's Kubernetes version 1. Find the cluster you want to update in the **Clusters** table, and click the **⋮**. 1. Select **Edit Config**. 1. Under **Basics > Security**, in the **CIS Profile** dropdown menu, select `cis-1.23`. -1. In the **Default Pod Security Admission** dropdown menu, select `rancher-restricted`. +1. In the **Pod Security Admission Configuration Template** dropdown menu, select `rancher-restricted`. 1. In the **Kubernetes Version** dropdown menu, select the version that you would like to use. 1. Click **Save**. diff --git a/docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates.md b/docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates.md index 897a42f38e0..2160a4a7ac8 100644 --- a/docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates.md +++ b/docs/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/psa-config-templates.md @@ -19,7 +19,7 @@ You can assign a PSA template at the same time that you create a downstream clus 1. On the **Clusters** page, click the **Create** button. 1. Select a provider. 1. On the **Cluster: Create** page, go to **Basics > Security**. -1. In the **Default Pod Security Admission** dropdown menu, select the template you want to assign. +1. In the **Pod Security Admission Configuration Template** dropdown menu, select the template you want to assign. 1. Click **Create**. ### Assign a Template to an Existing Cluster @@ -27,7 +27,7 @@ You can assign a PSA template at the same time that you create a downstream clus 1. In the upper left corner, click **☰ > Cluster Management**. 1. Find the cluster you want to update in the **Clusters** table, and click the **⋮**. 1. Select **Edit Config** . -1. In the **Default Pod Security Admission** dropdown menu, select the template you want to assign. +1. In the **Pod Security Admission Configuration Template** dropdown menu, select the template you want to assign. 1. Click **Save**. ### Hardening the Cluster