Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubeadm: introduce the WaitForAllControlPlaneComponents feature gate #123341

Merged

Commits on Feb 16, 2024

  1. 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.
    neolit123 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7db7222 View commit details
    Browse the repository at this point in the history