kubernetes/cmd/kubeadm/app/features
Lubomir I. Ivanov 7db7222592 kubeadm: introduce the WaitForAllControlPlaneComponents feature gate
WaitForAllControlPlaneComponents is a new feature gate
that can be used to tell kubeadm to wait for all control plane
components and not only kube-apiserver.

- Add the Waiter function WaitForControlPlaneComponents
that waits for all CP components in parallel. Uses the regular
healthz endpoint for checks of status 200.
- Add a new experimental phase to kubeadm join called "wait-control-plane".
A similar phase exists for kubeadm init.
2024-02-16 17:33:38 +02:00
..
features_test.go [UT] increase coverage ut for kubeadm/app/features 2023-06-20 12:57:22 +08:00
features.go kubeadm: introduce the WaitForAllControlPlaneComponents feature gate 2024-02-16 17:33:38 +02:00