-
Notifications
You must be signed in to change notification settings - Fork 40.5k
Automated cherry pick of #98005: Sync node status during kubelet node shutdown #99254
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 #98005: Sync node status during kubelet node shutdown #99254
Conversation
/retest |
/kind bug this is a relatively large backport, @bobbypage @mrunalp can you PTAL? N/A for 1.19/1.18 as files did not exist (net new in 1.20) |
/assign @bobbypage |
/lgtm This is a bug fix for Graceful node shutdown feature which is disabled by defaulted in 1.20 and alpha, so the changes here will only be relevant if the feature gate is enabled. This fixes a bug where previously during node shutdown the status was only updated during kubelet sync interval with api-server, while the fix here will ensure node status is updated right away during shutdown. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrunalp, wzshiming 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 |
/retest Review the full test history for this PR. Silence the bot with an |
5 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
Cherry pick of #98005 on release-1.20.
#98005: Sync node status during kubelet node shutdown
For details on the cherry pick process, see the cherry pick requests page.