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: Add configurable control plane up timeout #70480

Merged
merged 1 commit into from Nov 5, 2018

Commits on Nov 5, 2018

  1. kubeadm: Add configurable control plane up timeout

    Until now the control plane timeout was fixed to 4 minutes and users did not
    have the ability to change it. This commit allows that timeout to be configured
    via the new `timeoutForControlPlane` option in the API server config (itself a
    member of the ClusterConfiguration).
    
    The default timeout is still 4 minutes.
    
    Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
    rosti committed Nov 5, 2018
    Copy the full SHA
    eb6f7b1 View commit details
    Browse the repository at this point in the history