redis-cluster-operator icon indicating copy to clipboard operation
redis-cluster-operator copied to clipboard

How to add Pod Annotations for redis pods

Open Pranjal25 opened this issue 3 years ago • 2 comments

Hi All, Actually we are using distributedRedisCluster object with 3 masters and 3 replicas .As we have single file redis DistributedRedisCluster file. Now we want to add some labels and Annotations to redis pods which are created. How can we do that?

Pranjal25 avatar May 19 '22 08:05 Pranjal25

If I add annotations and labels in DRC file . It is applied to DRC object , I want it to be applied to individual redis pods

Pranjal25 avatar May 19 '22 08:05 Pranjal25

If I understand the logic of the code correctly, it is currently possible to set the pod label via the label of the drc object, but not the annotation.

ldsdsy avatar Sep 28 '22 07:09 ldsdsy