pulsar-helm-chart icon indicating copy to clipboard operation
pulsar-helm-chart copied to clipboard

Official Apache Pulsar Helm Chart

Results 158 pulsar-helm-chart issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Dynamic labelmap-action in the current podMonitor-templates causes prom-operator skipping the PodMonitor altogether. **To Reproduce** Steps to reproduce the behavior: 1. Install [kube-prometheus-stack>=32.2.0](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-32.2.0 or [prometheus-operator>=0.54](https://github.com/prometheus-operator/prometheus-operator/tree/v0.54.0) 2. Install pulsar-helm-chart...

Fixes # ### Motivation When deploying pulsar to an AKS cluster with windows nodepools i was unable to specify that the Jobs of the initalize release had to run on...

### Motivation - enables service discovery in the proxy - required by https://github.com/apache/pulsar/pull/14078 changes ### Modifications - configure `zookeeperServers` and `configurationStoreServers` for the Proxy to enable service discovery

### Motivation - Sometimes the Pulsar deployment doesn't complete, and the broker services don't become available. When investigating the problem, it seems that cluster metadata initialization might get stuck and...

Fixes # ### Motivation *In pulsar multi-tenant scenario, Pulsar Manager, as a management tool, provides a Web page for token management, but the helm deployment mode does not support token...

### Motivation There was a suggestion [in a dev mailing list discussion](https://lists.apache.org/thread/bgkvcyt1qq6h67p2k8xwp89xlncbqn3d) that the Helm chart's appVersion should be used as the default image tag. ### Additional context There are...

**Describe the bug** I am try to set pulsar_manager.admin.user/pulsar_manager.admin.password for login pulsar-manager ui, But it's actually used as the account/password for outside PostgreSQL instance. **To Reproduce** helm upgrade --install pulsar...

Fixes #154 ### Motivation Add pulsar pvc to support grafana data persistence. ### Modifications - Add `grafana-pvc.yaml`. - Add grafana data mount logic in `grafana-deployment.yaml` - Add `grafana.volumns` option in...

Fixes # ### Motivation Helm chart failed to detect mac m1/arm64 ARCH and failed to install pulsarctl from streamnative. pulsarctl version 0.4.0 (The default in the script) has no arm64...

Fixes default anit-affinity type not being used ### Motivation make life easier, fix broken stuff and add the ability to set `topologyKey` ### Modifications - add a default image specifications...