You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/08 19:17:25 UTC

[GitHub] [pulsar-helm-chart] rdhabalia opened a new issue, #268: Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper

rdhabalia opened a new issue, #268:
URL: https://github.com/apache/pulsar-helm-chart/issues/268

   ### Motivation
   Right now, [chart dynamically](https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/templates/zookeeper-statefulset.yaml#L140) creates zk cluster with zk pods initialized in the same namespace. However, for global/configuration zookeeper, user requires to build zk clusters with pods deployed in different namespaces. Therefore, user needs a mechanism to pass an external list of zk-servers to the chart and build zk-cluster with pods across different namespaces.
   
   ### Modification
   - Chart should be considering zk-value's configuration for external zookeeper and generate zk-configuration file with appropriate zk-server list and unique id of that zookeeper.
   
   
   ### Result
   - User can add `ZOOKEEPER_SERVERS` string into `zookeeper.configData` in [Values.yaml](https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/values.yaml#L385) file to override external zk-server list.


-- 
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: dev-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-helm-chart] rdhabalia closed issue #268: Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper

Posted by GitBox <gi...@apache.org>.
rdhabalia closed issue #268: Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper
URL: https://github.com/apache/pulsar-helm-chart/issues/268


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org