feat: redis-cluster add podAntiAffinity(#1174 )#1180
feat: redis-cluster add podAntiAffinity(#1174 )#1180drivebyer merged 14 commits intoOT-CONTAINER-KIT:masterfrom
Conversation
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
|
webhook MutatingWebhookConfiguration need to add it to the redis-operator charts template? |
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1180 +/- ##
==========================================
- Coverage 30.20% 29.70% -0.51%
==========================================
Files 55 57 +2
Lines 6294 6579 +285
==========================================
+ Hits 1901 1954 +53
- Misses 4200 4440 +240
+ Partials 193 185 -8 ☔ View full report in Codecov by Sentry. |
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
|
Nice idea. How about trigger mutation by adding an annotation to the RedisCluster resource, such as rediscluster.redis.redis.opstreelabs.in/role-anti-affinity. @xiaozhuang-a |
|
BTW, we need add some test case to it. |
I think the 'add annotation' solution is very good, and I will implement it |
get |
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
d1f64d6 to
46abdd1
Compare
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
bbecbb7 to
93b5f56
Compare
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: xiaozhuang <xiaozhuang@minimaxi.com>
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
|
Hi, could you please give us a hint on how you generated the certificate for the webhook |
|
If you want to use this feature, just use this chart and set the parameter to true |
|
@xiaozhuang-a thank you I have managed to do it. |
Description
support leader and follower anti affinity of pods with the same order
Fixes #ISSUE
Type of change
Checklist
Additional Context