pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Official Apache Pulsar Helm Chart
**Describe the bug** Templates for the workloads are missing templatable resource requests for cpu and memory. This hinders scheduling and makes the entire system of apps more likely to be...
**Is your feature request related to a problem? Please describe.** It's not a problem but just a question, why use image apachepulsar/pulsar:tag and not apachepulsar/pulsar-all:tag ? Indeed the size of...
Hi All, I have a zookeeper instance configured in a different namespace. I want to deploy the apache pulsar and use the zookeeper instance that I have in the other...
**Describe the bug** On the services TPL files withe CA cert secretName is defined with ``` secretName: "{{ .Release.Name }}-{{ .Values.tls.ca_suffix }}" ``` ([see](https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/templates/_bookkeeper.tpl#L78)), in my deployment the `Release.Name` is...
### Motivation Currently, the TLS certificate template supports DNS names but does not allow specifying IP addresses. This makes it difficult to generate valid certificates for deployments that rely on...
We hope that the relevant components add support for the priorityClassName property, so that Pulsar-related components can be assigned a high priority, preventing them from being evicted when resources in...
**Describe the bug** Using 4.1.0 version of this helm chart. Everything appears correct on the broker's env: ``` s3ManagedLedgerOffloadServiceEndpoint=https://s3.eu-west-1.amazonaws.com AWS_DEFAULT_REGION=eu-west-1 AWS_REGION=eu-west-1 AWS_ROLE_ARN=arn:aws:iam::111111111111:role/eks-pulsar AWS_WEB_IDENTITY_TOKEN_FILE=/var/run/secrets/eks.amazonaws.com/serviceaccount/token managedLedgerOffloadDriver=aws-s3 AWS_STS_REGIONAL_ENDPOINTS=regional s3ManagedLedgerOffloadRegion=eu-west-1 offloadersDirectory=/pulsar/offloaders PULSAR_PREFIX_managedLedgerOffloadThresholdInBytes=10 loggerLevelUpdates=org.apache.bookkeeper.mledger.offload=DEBUG,org.jclouds=DEBUG PULSAR_PREFIX_managedLedgerOffloadDeletionLagInMillis=0...
**Describe the bug** Since version 4.0.0 pulsar helm chart is too big (> 1 MB), and it makes it impossible to install through Rancher Manager **To Reproduce** If you try...