-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Add retry to node scheduability marking. #36211
Conversation
LGTM - thanks @brendandburns |
unmarking LGTM, as I realized I need to update ResourceVersion to "" every iteration... |
re-LGTM, small change. |
} else { | ||
break | ||
} | ||
// It's a race, no need to sleep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we worry about that there may be a race. Why don't we use PATCH like edit
and apply
Release-czar approved post-code freeze merge--This was LGTMed and in the merge-queue at code freeze time for 1.5. Adding 1.5 milestone to let it gets merged after code freeze. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Fixes #32391
@justinsb @janetkuo @kubernetes/sig-cli
This change is