pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Helm Chart for an Apache Pulsar Cluster
Zookeeper has a yaml `zookeeper-metadata.yaml` that contains multiline string fields. You will see something like this in that file ```yaml args: - > bin/pulsar initialize-cluster-metadata \ ``` The problem with...
Similar issue as what was fixed by https://github.com/datastax/pulsar-helm-chart/pull/69 . Circle CI documentation: https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
Hello all ! **Concerning the pulsar helm chart** I am trying to run this chart with an updated version of Pulsar, preferrably **2.7.1** Currently, the version is **2.6.x** and **2.5.2**...
After launching a Pulsar cluster using the helm chart, the proxy pod consumes significant CPU resources although there is no traffic. The following is copied from "kubectl describe node" command...
pulsarexpress: line# 258 and line# 283 zoonavigator: line# 260 and line# 281 I believe the settings on the latter location will override the other
As per https://pulsar.apache.org/docs/en/deploy-monitoring/#bookkeeper-stats Bookkeeper has port 8000 enabled to get metrics for Prometheus. As of 1.0.24 that does not appear to be enabled? ``` $ curl -vvv http://platform-pulsar-bookkeeper:8000/metrics * Trying...
A script can automatically update major, minor, or patch release version for all the required charts.
`imagePullSecrets` are important to be able to use for anyone that uses an internal Docker repository/mirror. The "pulsar" chart doesn't appear to provide any mechanism for using `imagePullSecrets`.