OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
734 stars 207 forks source link

Documentation update regarding supported upgrade paths #904

Open alita1991 opened 2 months ago

alita1991 commented 2 months ago

Which document needs to be updated?

As a redis-operator client, I would like to know what are the supported upgrade paths when deploying Redis Standalone and Redis Sentinel + Replication.

Expected changes

A simple description about the upgrade paths.

What version of redis-operator are you using?

redis-operator version: 0.15.1 or 0.16.0

Additional context

I'm trying to understand if there is support for upgrade or if some manual steps are required between specific versions. Also, I don't know if the redis/sentinel images are the official redis container images or are modified to allow the operator to execute operations.