pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Official Apache Pulsar Helm Chart
**Describe the bug** When enabling functions, the broker throws the following error: > Error while trying to fetch configmap pulsar-functions-worker-config at namespace **To Reproduce** Steps to reproduce the behavior: 1....
Linking from Apache/Pulsar repo: https://github.com/apache/pulsar/issues/8457 (I discovered that the issue probably should be filed here.) > In most production environments, using self-signed certs is not acceptable for TLS. Certs are...
**Describe the bug** Updating existing pulsar helm setup (e.g. changing replicas count) results to an error **To Reproduce** ``` helm upgrade --install pulsar -n pulsar -f values.yaml apache/pulsar Error: UPGRADE...
**Describe the solution you'd like** Have the same options for volumes in pulsar manager as we do in the broker, zookeeper, bookie...
**Is your feature request related to a problem? Please describe.** Setting PULSAR_LOG_ROOT_LEVEL and PULSAR_ROOT_LOGGER environment variables using configData does not change the log level since it uses the conf/log4j2.yaml ....
**Describe the bug** Today me & @nickelozz created a new Pulsar install and noticed some broken Grafana. Broken dashboards: Proxy Metrics: Empty Node Metrics: Empty Overview: Storage/Backlog -> only queries...
Related issues #294 #65 Supersedes #296 and #297 ### Motivation Our helm chart is out of date. I propose we make a breaking change for the monitoring solution and start...
Fixes #290 ### Motivation Make the Apache Pulsar Helm Chart release follow ASF rules for voting, and make the helm binary available via dist.apache.org. By following the information in https://issues.apache.org/jira/browse/LEGAL-573...
Relates to: https://github.com/apache/pulsar-helm-chart/issues/290 ### Motivation We should not use GitHub Actions to release the helm chart. As such, we can remove the relevant workflow code from this repo while we...
Fixes #288 ### Motivation When specifying multiple roles in `.Values.auth.superUsers` the values are converted to a comma-separated list by piping the dict through `values` and `join` in helm templating, `values`...