v1.0.0-rc.3
版本发布时间: 2019-12-11 17:36:02
spotahome/redis-operator最新发布版本:v1.3.0-rc1(2023-08-21 15:19:18)
v1.0.0-rc.3
Action required
Since update logic has been moved to operator PodManagementPolicy
is being setted no to Parallel
in redis statefulSet. This improve bootstrap times.
This field is inmutable so to upgrade from previous rc releases you need to delete statefulsets manually.
Note: you can use --cascade=false
flag to avoid disruption, pods will be adopted by the new statefulSet created by operator.
example: kubectl delete statefulset --cascade=false rfr-redisfailover
Changes
- Move rolling update strategy to redis-operator to be cluster aware #203 @chusAlvarez
- Readiness probe check nodes belong to the cluster and are synced #206 @chusAlvarez
- Support label propagation filter #195 @adamhf
- Support for sentinel prometheus exporter #207 @shonge
Fix
- Documentation and examples #204 @shonge
- Add RBAC policy to access secrets #208 @hoffoo
Download image
docker pull quay.io/spotahome/redis-operator:v1.0.0-rc.3