dragonls opened a new issue #9416: URL: https://github.com/apache/pulsar/issues/9416
# Problem For the first deployment using helm, the command `helm upgrade --install pulsar apache/pulsar --timeout 10m --set [your configuration options]` in current document can not deploy pulsar cluster sucessfully. The bookie pod will be blocked at `Init:0/1` satus, waiting `bin/bookkeeper shell whatisinstanceid`. The `--set initialize=true` option is necessary for initializing bookie and pulsar cluster meta. # Solution Add `--set initialize=true` option. ---------------------------------------------------------------- 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]
