From e27880befec5b2318d2d768818152883d8c72cdd Mon Sep 17 00:00:00 2001 From: Frank Murphy Date: Fri, 28 Apr 2023 08:26:41 -0400 Subject: [PATCH] Update docs/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster.md Co-authored-by: Marty Hernandez Avedon --- .../install-upgrade-on-a-kubernetes-cluster.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster.md b/docs/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster.md index 6102332bbf3..8cd51cbdc61 100644 --- a/docs/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster.md +++ b/docs/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster.md @@ -238,11 +238,7 @@ In the following command, - `letsEncrypt.email` is set to the email address used for communication about your certificate (for example, expiry notices) - Set `letsEncrypt.ingress.class` to whatever your ingress controller is, e.g., `traefik`, `nginx`, `haproxy`, etc. -:::note - -If installing on Kubernetes >= v1.25, you must add '--set global.cattle.psp.enabled=false' to your Helm install command - -::: +- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false'. ``` helm install rancher rancher-/rancher \