Hi Tolulope, We just updated the helm chart yesterday. The current helm chart is tested in CI with different configurations. I will suggest you pulling the latest master.
https://github.com/apache/pulsar/tree/master/deployment/kubernetes/helm https://github.com/apache/pulsar/tree/master/deployment/kubernetes/helm/examples I am not sure what kind of Kubernetes cluster you are using (e.g. a cloud provider or a Kubernetes cluster that was installed in your on-premise environment). But here are some guidelines. - If you are using a Kubernetes cluster provided by the cloud provider, those Kubernetes clusters already have dynamic storage provisioner installed. So you should be able to install the helm chart with default values. - If you don't have a dynamic storage provisioner, you can start with a deployment with persistence disabled. $ git clone https://github.com/apache/pulsar $ cd deployment/kubernetes/helm $ helm install --values examples/values-no-persistence.yaml <release-name> pulsar - If you don't have a dynamic storage provisioner but want to use local disks, you can install a local storage provisioner. There is an example of the values file: https://github.com/apache/pulsar/blob/master/deployment/kubernetes/helm/examples/values-local-pv.yaml I am working on updating the documentation. If you have encountered any problems, let me know. - Sijie On Wed, Apr 8, 2020 at 9:23 PM Tolulope Delight <delighttechnos...@gmail.com> wrote: > Good day, I have tried all my best to install Pulsar 2.5.0 to my > kubernetes cluster, with no success. I followed all the recommended steps > in your documentation, the Broker service and the bookie have been very > unkind to me. I was able to install the standalone and th docker version > ran successfully. But I have exhausted my trials. Below are my attempts > > i. Raw installation of yaml file from your public repo > ii. Helm installation > iii. I tried to create my helm chart using the detail of the docker file > with no avail. > > Please help me > > [image: image.png] >