Closed rcny closed 2 years ago
Hello!
https://github.com/OT-CONTAINER-KIT/helm-charts/tree/redis-operator-0.8.0/charts/redis-operator/crds uses the 0.7.0's CRDs. It makes impossible to use redisLeader and redisFollower affinity rules because they aren't supported in the old CRDs.
0.7.0
redisLeader
redisFollower
just ran into this as well trying to use the leader and follower config fields
Ouch. Same pain. I also raised issue #10 which can be de-duped against this.
This is fixed now
Hello!
https://github.com/OT-CONTAINER-KIT/helm-charts/tree/redis-operator-0.8.0/charts/redis-operator/crds uses the
0.7.0
's CRDs. It makes impossible to useredisLeader
andredisFollower
affinity rules because they aren't supported in the old CRDs.