-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Backport retrieve node address logic from upstream #20615
Backport retrieve node address logic from upstream #20615
Conversation
…plex logic into cloudResourceSyncManager
… (initializeModules) to avoid kubelet getting stuck in retrieving node addresses from a cloudprovider
@sjenning PTAL |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, ingvagabund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Fails in the runs:
|
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
The logic of retrieving node address from a cloud provider was re-implemented. Instead of querying for node addresses each time a node status is updated, the node addresses are cached and provided. This allows the kubelet to limit the number of queries to a cloud provider and avoid timeouts/hangouts which would otherwise block the node status update loop.