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

Automated cherry pick of #99336: pkg/kubelet: improve the node informer sync check #101343

Commits on Apr 21, 2021

  1. pkg/kubelet: improve the node informer sync check

    GetNode() is called in a lot of places including a hot loop in
    fastStatusUpdateOnce. Having a poll in it is delaying
    the kubelet /readyz status=200 report.
    
    If a client is available attempt to wait for the sync to happen,
    before starting the list watch for pods at the apiserver.
    neolit123 committed Apr 21, 2021
    Copy the full SHA
    0703229 View commit details
    Browse the repository at this point in the history