pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Official Apache Pulsar Helm Chart
**Describe the bug** starting bookie fails with this error when a JDK11 based docker image is used (apache/pulsar master branch) ``` Unrecognized VM option 'PrintGCTimeStamps' Error: Could not create the...
**Describe the bug** The Pulsar2.7.1 cluster was deployed on K8S using the officially provided Helm cluster, but the ZooKeeper cluster deployment could not complete the initialization of the cluster. Due...
**Is your feature request related to a problem? Please describe.** We'd love to see easier integration with Pulsar Tiered Storage including S3 bucket etc. and AWS credentials **Describe the solution...
**Is your feature request related to a problem? Please describe.** A feature already developed in the StreamNative chart supports changing the logger level dynamically via a deployment for individual components...
### Motivation In Pulsar 2.7.x you can configured a bookieId that is the unique identifier of the Bookie and it does not depend on the network address of the bookie....
**Describe the bug** The pulsar [Helm chart repository](https://pulsar.apache.org/charts/index.yaml) is not tracking the last 2 commits from the master branch (https://github.com/apache/pulsar-helm-chart/commit/667e634af083c8326f2594c08b31f742a8f0d49a, https://github.com/apache/pulsar-helm-chart/commit/c2f672881e687d9b17ab1ad8cf5effa4dce6b4d2). **To Reproduce** Steps to reproduce the behaviour: 1. Go...
Currently, we cannot make use of pulsar-sql support when we deploy pulsar using this helm chart. It would be better to add pulsar-sql support in this official chart.
**Describe the bug** volumeMounts: {{- if .Values.bookkeeper.volumes.useSingleCommonVolume }} - - name: "{{ template "pulsar.fullname" . }}-{{ .Values.bookkeeper.component }}-{{ .Values.bookkeeper.volumes.common.name }}" - mountPath: /pulsar/data/bookkeeper + - name: "{{ template "pulsar.fullname" ....
**Is your feature request related to a problem? Please describe.** The grafana dashboards should display metrics for nodes and containers. Use prometheus `node_exporter` to export kubernetes node metrics. **Describe the...
**Describe the bug** functionAuthProviderClassName:org.apache.pulsar.functions.auth.KubernetesSecretsTokenAuthProvider expects that the tlsTrustCertsFilePath: /pulsar/certs/ca/ca.crt is mapped in the functions_worker.yaml. => By adding PF_tlsTrustCertsFilePath: /pulsar/certs/ca/ca.crt in the helm for broker config map (in case TLS is...