-
Bug
-
Resolution: Done
-
Major
-
RH-SSO-7.5.1
-
None
Kubernetes v1.13+ removed / replaced the former:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
with new service.spec.publishNotReadyAddresses field. See:
- https://github.com/kubernetes/kubernetes/pull/63742
- https://issues.redhat.com/browse/JDG-4648
- https://issues.redhat.com/browse/SSOSUP-155
- https://issues.redhat.com/browse/SSOSUP-140
for additional details.
This flag is required, because omitting this annotation will result in each node forming their own "cluster of one" during startup, then merging their cluster into the other nodes' clusters after startup (as the other nodes are not detected until after they have started).