Rajan Dhabalia
89f28bca9c
Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper ( #269 )
...
* Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper
* Add external zk example
* add external zk list into values.yaml
Fixes #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.
This PR sets `ZOOKEEPER_SERVERS` value provided by user and also sets override-value flag which will be used by [generate-zookeeper-config.sh](https://github.com/apache/pulsar/blob/master/docker/pulsar/scripts/generate-zookeeper-config.sh ) to override external zk list in config file and assign appropriate id to the host.
https://github.com/apache/pulsar/pull/15987 fixes [generate-zookeeper-config.sh](https://github.com/apache/pulsar/blob/master/docker/pulsar/scripts/generate-zookeeper-config.sh ) changes.
### 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.
2022-10-18 17:41:43 -05:00
Yong Zhang
f2266c4295
Enable the pulsar manager in the minikube values ( #270 )
...
---
Fixes: https://github.com/apache/pulsar/issues/15927
### Motivation
We have documented the using pulsar manager in the Getting started
with helm in the pulsar website. We should enable the pulsar manager
by default in the minikube values.
### Modifications
- enable the pulsar manager by default in the minikube values.
2022-06-15 09:42:16 +08:00
Lari Hotari
475a4b0b39
Remove references to tag: 2.6.0 in examples ( #210 )
...
### Motivation
It's better to not maintain out-dated examples referencing the 2.6.0 tag version.
### Modifications
- remove out-dated examples
2022-01-25 23:30:46 -06:00
BaochunLiuBJ
5995172c35
changes for aws ( #43 )
2020-07-22 09:00:04 -07:00
Prashanth Tirupachur Vasanthakrishnan
bf152134b2
Issue-29: Bump missed out pulsar-image tags to 2.6.0 ( #30 )
...
Fixes #29
### Motivation
Bumped missed out pulsar-image tags to 2.6.0
### Modifications
Modified the following files:
1. .ci/clusters/values-pulsar-image.yaml
2. charts/pulsar/values.yaml
3. examples/values-one-node.yaml
4. examples/values-pulsar.yaml
2020-07-01 23:01:39 -07:00
Sijie Guo
f64c396906
Improve Helm chart ( #6673 )
...
* Improve Helm chart
- Support TLS for all components
- Support Authentication & Authorization (TLS)
- Add CI for different cluster settings
2020-04-08 11:20:01 -07:00