houbeibei123 opened a new issue #9812: URL: https://github.com/apache/pulsar/issues/9812
#### Steps to reproduce According to the official website to provide the installation method of pulsar (https://github.com/streamnative/charts) in Kubernetes cluster deployment, but it cannot bind the cluster of PVC. Each component that needs to be bound to PVC will report the following error: pod has unbound immediate PersistentVolumeClaims #### Steps: helm repo add streamnative https://charts.streamnative.io helm repo update git clone https://github.com/streamnative/charts.git cd charts ./scripts/pulsar/prepare_helm_release.sh -n pulsar -k sn-platform-pulsar -s -c helm repo add loki https://grafana.github.io/loki/charts cd charts helm dependency update pulsar helm repo update helm install --set initialize=true --set namespace=pulsar --set namespaceCreate=true sn-platform-pulsar streamnative/pulsar ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
