From a98fec3dd2c9ff84b0722352d150cc1419e96d51 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 6 Dec 2019 11:51:54 -0700 Subject: [PATCH] Link to docs about editing clusters --- .../v2.x/en/admin-settings/pod-security-policies/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md b/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md index 470f20bc51f..2ff9bd75b55 100644 --- a/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md +++ b/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md @@ -17,7 +17,7 @@ _Pod Security Policies_ (or PSPs) are objects that control security-sensitive as - You can override the default PSP by assigning a different PSP directly to the project. - Any workloads that are already running in a cluster or project before a PSP is assigned will not be checked if it complies with the PSP. Workloads would need to be cloned or upgraded to see if they pass the PSP. ->**NOTE:** You must enable PSPs at the cluster level before you can assign them to a project. This can be found under the "Edit cluster" menu. +>**Note:** You must enable PSPs at the cluster level before you can assign them to a project. This can be configured by [editing the cluster.]({{}}/rancher/v2.x/en/cluster-admin/editing-clusters/) Read more about Pod Security Policies in the [Kubernetes Documentation](https://kubernetes.io/docs/concepts/policy/pod-security-policy/).