khrisrichardson opened a new pull request, #344: URL: https://github.com/apache/pulsar-helm-chart/pull/344
Fixes #<xyz> ### Motivation Each but the first broker were failing to register with the cluster. Per `pulsar-admin brokers list use` the first broker was registered with the socket `0.0.0.0:8080` and subsequent brokers attempting to join the cluster failed, since they were competing for the same advertised address. ### Modifications This PR sets the advertised address uniquely per pod using the Kubernetes downward API to determine the pod's IP. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
