Replies: 1 comment 1 reply
-
What do you mean by a dynamic pod label here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dragonfly CRD supports custom labels, but in case of custom labels operator is unable to apply the dynamic pod label "role=master"
For example, create dragonfly cluster with custom pod's labels
In this case, the two standalone pods will be created with custom labels and operator will start to complain about pods with no label.
So the question - is it doable to combine dynamic and static labels for dragonfly pods?
I want to apply some custom labels for prometheus monitoring and keep dynamic labels too.
Beta Was this translation helpful? Give feedback.
All reactions