lhotari opened a new pull request, #368: URL: https://github.com/apache/pulsar-helm-chart/pull/368
### Motivation Pulsar helm chart isn't compatible with k8s 1.24+ since there isn't a way to configure Zookeeper service with `publishNotReadyAddresses: true`. - `service.alpha.kubernetes.io/tolerate-unready-endpoints` annotation was removed in k8s 1.24 with commit https://github.com/kubernetes/kubernetes/commit/ae9f1173870822c186a1ddd696835cc5a9b989ec ### Modifications - set `publishNotReadyAddresses: true` for zookeeper service - remove traces of removed `service.alpha.kubernetes.io/tolerate-unready-endpoints` annotation ### 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]
