Include global.cattle.psp.enabled note on other examples

This commit is contained in:
Billy Tat
2023-05-08 14:05:42 -07:00
parent 10eb5c4250
commit 37ef4fa0a4
6 changed files with 30 additions and 15 deletions
@@ -34,6 +34,8 @@ Values set from the Rancher API will override the value passed in through the co
When installing Rancher with a Helm chart, use the `--set` option. In the below example, two features are enabled by passing the feature flag names in a comma separated list:
For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false`.
```
helm install rancher rancher-latest/rancher \
--namespace cattle-system \
@@ -201,8 +201,7 @@ Because `rancher` is the default option for `ingress.tls.source`, we are not spe
- Set the `hostname` to the DNS name you pointed at your load balancer.
- Set the `bootstrapPassword` to something unique for the `admin` user.
- To install a specific Rancher version, use the `--version` flag, example: `--version 2.7.0`
- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false'.
- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false`.
```
helm install rancher rancher-<CHART_REPO>/rancher \
@@ -243,8 +242,7 @@ In the following command,
- `ingress.tls.source` is set to `letsEncrypt`
- `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.
- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false'.
- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false`.
```
helm install rancher rancher-<CHART_REPO>/rancher \
@@ -287,8 +285,7 @@ If you want to check if your certificates are correct, see [How do I check Commo
- Set the `hostname`.
- Set the `bootstrapPassword` to something unique for the `admin` user.
- Set `ingress.tls.source` to `secret`.
- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false'.
- For Kubernetes v1.25 or later, set `global.cattle.psp.enabled` to `false`.
```
helm install rancher rancher-<CHART_REPO>/rancher \