mattermost / mattermost-operator

Mattermost Operator for Kubernetes
Apache License 2.0
118 stars 70 forks source link

Use PublishNotReadyAddresses for services #376

Closed gabrieljackson closed 6 months ago

gabrieljackson commented 6 months ago

This change replaces the deprecated annotation service.alpha.kubernetes.io/tolerate-unready-endpoints with the PublishNotReadyAddresses service setting when generating services.

Fixes https://mattermost.atlassian.net/browse/CLD-7415 and https://github.com/mattermost/mattermost-operator/issues/369

Use PublishNotReadyAddresses for services