Skip to content

Commit d88b4f1

Browse files
authored
Merge pull request #107 from yuvallevy2/master
RED-37332 upgrade comments
2 parents 57aa23a + 4825a3c commit d88b4f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* [Private Repositories](#private-repositories)
1111
* [Pull Secrets](#pull-secrets)
1212
* [IPV4 enforcement](#ipv4-enforcement)
13+
* [Upgrade](#upgrade)
14+
1315

1416
>Note: Please see the release notes for what's new in the latest release.
1517
@@ -339,3 +341,10 @@ Note: Setting 'enforceIPv4' to 'true' is a requirement for running REC on PKS.
339341
340342
[requirements]: https://redislabs.com/redis-enterprise-documentation/administering/designing-production/hardware-requirements/
341343
[service-catalog]: https://kubernetes.io/docs/concepts/extend-kubernetes/service-catalog/
344+
345+
#### Upgrade
346+
The Operator automates and simplifies the upgrade process.<br>
347+
The Redis Enterprise Cluster Software and the Redis Enterprise Operator for Kubernetes versions are tightly coupled and should be upgraded together.<br>
348+
It is recommended to use the bundle.yaml to upgrade.<br>
349+
The Redis Enterprise Cluster spec 'autoUpgradeRedisEnterprise' impacts the upgrade process. If set to true, the Operator will upgrade Redis Enterprise as soon as possible. If this attribute is not set, the Operator upgrades Redis Enterprise only when explicitly set by the user using the 'versionTag' attribute of the Redis Enterprise Cluster spec.<br>
350+
Note: When updating the version of the operator, the StatefulSet gets updated even before the container of the Redis Enterprise Cluster gets updated, due to the Bootstrapper component. That behavior might be revisited in future versions.

0 commit comments

Comments
 (0)