redis-cluster-operator
redis-cluster-operator copied to clipboard
How to add Pod Annotations for redis pods
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?
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
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.