pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Official Apache Pulsar Helm Chart
[root@vm192-168-2-4 ~]# kubectl version Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-12T14:18:45Z", GoVersion:"go1.16.4", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.6", GitCommit:"d32e40e20d167e103faf894261614c5b45c44198", GitTreeState:"clean", BuildDate:"2020-05-20T13:08:34Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"} WARNING: version difference between...
**Describe the bug** I've follow minikube pulsar installation for version v1.16.1 and after installing the the chart with minikube values I got pods freeze state. **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** in k8s, helm install pulsar, and gei services, like : pulsar-spatio-pulsar-manager NodePort 10.233.46.47 9527:31335/TCP 100m and the port 31335 can...
**Is your feature request related to a problem? Please describe.** The problem is each helm chart version is deployed once per version. See https://github.com/apache/pulsar-helm-chart/releases So if someone makes an edit...
**Describe the bug** When using Pulsar 2.8.0 (recently released) with the helm chart which is currently at 2.7.2 bookie pods fail to initialize as the init commands java command (to...
Need to update the PULSAR_GC options in the default values to remove flags or add `-XX:+IgnoreUnrecognizedVMOptions`, otherwise init containers fail. See here: https://confluence.atlassian.com/confkb/unrecognized-jvm-gc-options-when-using-java-11-1002472841.html
**Is your feature request related to a problem? Please describe.** Now, pulsar-helm-chart use empty dir instead of pv. So once grafana pod restarts, the grafana data lost. **Describe the solution...
### Motivation Enables support for using the Pulsar bookies as persistent state storage for functions. ### Modifications - Added an option to enable/disable using bookies as state storage - Adds...
Fixes # ### Motivation Installing ZooKeeper and BookKeeper through Helm Charts fails when K8S does not support PVC, so I think Helm Charts should support mounting to local disks. ###...
**Describe the bug** I managed to bring my pulsar cluster up using this helm chart and some modifications to enable mTLS authentication. This part is working and I plan to...