Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Fix etcd operator to work with k8s 1.21#379

Open
jedrivisser wants to merge 1 commit intocbws:masterfrom
diebietse:k8s-1-21
Open

Fix etcd operator to work with k8s 1.21#379
jedrivisser wants to merge 1 commit intocbws:masterfrom
diebietse:k8s-1-21

Conversation

@jedrivisser
Copy link

Annotation service.alpha.kubernetes.io/tolerate-unready-endpoints stopped working in k8s 1.21
It has been deprecated for a long time, see:
https://github.com/kubernetes/kubernetes/blob/v1.21.5/pkg/controller/endpoint/endpoints_controller.go#L80
Now using the new way

Without this change, the init containers for an etcd pod hangs because the nslookup never passes in kubernettes 1.21

Annotation `service.alpha.kubernetes.io/tolerate-unready-endpoints` stopped working in k8s 1.21
It has been deprecated for a long time, see:
https://github.com/kubernetes/kubernetes/blob/v1.21.5/pkg/controller/endpoint/endpoints_controller.go#L80
Now using the new way
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant