You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This step is only needed when the `admission.limitToNamespace` chart value is set to `true` (the default). In this case, the webhook object installed by the chart is named `redis-enterprise-admission-<namespace>`. If `admission.limitToNamespace` is set to `false`, the webhook installed by the chart is named `redis-enterprise-admission`, and the existing webhook object is reused.
123
+
This step is only needed when the `admission.limitToNamespace` chart value is set to `true` (the default). In this case, the webhook object installed by the chart is named `redis-enterprise-admission-<namespace>`, and the original webhook object, named `redis-enterprise-admission`, becomes redundant. If `admission.limitToNamespace` is set to `false`, the webhook installed by the chart is named `redis-enterprise-admission`, and the existing webhook object is reused.
To upgrade the chart on **OpenShift**, include the `openshift.mode=true` parameter:
146
-
147
-
```sh
148
-
helm upgrade <release-name><path-to-chart> \
149
-
--set openshift.mode=true
150
-
```
145
+
To upgrade with OpenShift, add `--set openshift.mode=true`.
151
146
152
147
The upgrade process automatically updates the operator and its components, including the Custom Resource Definitions (CRDs). The CRDs are versioned and update only if the new version is higher than the existing version.
Copy file name to clipboardExpand all lines: content/operate/kubernetes/upgrade/upgrade-olm.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,28 +57,6 @@ See [Upgrade modules]({{<relref "/operate/oss_and_stack/stack-with-enterprise/in
57
57
58
58
Use `kubectl get rec` and verify the `LICENSE STATE` is valid on your REC before you start the upgrade process.
59
59
60
-
## Upgrade with Helm charts
61
-
62
-
If you installed the Redis Enterprise operator using Helm charts on OpenShift, you can upgrade using Helm commands instead of the OperatorHub. This method automatically handles the operator upgrade and Custom Resource Definition (CRD) updates.
After the Helm upgrade completes, continue with [upgrading the Redis Enterprise cluster](#upgrade-the-redis-enterprise-cluster) and [upgrading databases](#upgrade-databases).
79
-
80
-
For detailed Helm upgrade instructions, see [Upgrade the chart]({{<relref "/operate/kubernetes/deployment/helm#upgrade-the-chart">}}).
81
-
82
60
## Upgrade the Redis Enterprise operator
83
61
84
62
1. Select the **Redis Enterprise Operator** from the **Operators**>**Installed Operators** page.
0 commit comments