endzyme opened a new issue, #490: URL: https://github.com/apache/solr-operator/issues/490
## 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 in `zookeepercluster.spec.labels`. ## Related Issues https://github.com/apache/solr-operator/issues/148 https://github.com/pravega/zookeeper-operator/issues/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 of `zookeepercluster.spec.pod.labels`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
