Zookeeper pod label customization not working #490
Labels
bug
Something isn't working
custom kube options
Adding options related to customizing parts of the default Kubernetes resources.
zookeeper
Related to Zookeeper or the Zookeeper Operator
Milestone
Description
When trying to apply custom labels to Zookeeper pods through the SolrCloud spec, the labels do not show up on the final set of Zookeeper pods.
The issue appears to be that the Zookeeper Operator is not propagating the
zookeepercluster.spec.pod.labels
fields, but only applying labels which are defined inzookeepercluster.spec.labels
.Related Issues
#148
pravega/zookeeper-operator#511
Possible Solutions / Workarounds
Solution: Zookeeper Operator fixes the code to ensure the
pod.labels
are applied to the final StatefulSet for the Zookeeper ensemble.Workaround: Change the Solr Operator to create the ZookeeperCluster custom resource to apply labels to
zookeepercluster.spec.labels
instead ofzookeepercluster.spec.pod.labels
.The text was updated successfully, but these errors were encountered: