brickpattern opened a new issue, #704: URL: https://github.com/apache/solr-operator/issues/704
Observed the POD has a EnvVar with zkHost and zkServer set incorrectly ( generated from helm install ) -DzkHost=**solr-solrcloud-zookeeper-0.solr-solrcloud-zookeeper-headless.**solr.svc.cluster.local:2181,**solr-solrcloud-zookeeper-1.solr-solrcloud-zookeeper-headless.**solr.svc.cluster.local:2181,**solr-solrcloud-zookeeper-1.solr-solrcloud-zookeeper-headless.**solr.svc.cluster.local:2181/ The service name created for the ZK is solr-solrcloud-zookeeper-headless. The Pod name created are solr-solrcloud-zookeeper-0 and so forth Looking at the helm template files, the EnvVar is set from PodOptions.EvnVar which remains empty in my helm yaml file. So its getting generated from code -- 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]
