-
Notifications
You must be signed in to change notification settings - Fork 41.1k
KEP-5278 Stop clearing NominatedNodeName in all cases #133276
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
KEP-5278 Stop clearing NominatedNodeName in all cases #133276
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cc @sanposhiho @utam0k |
Signed-off-by: utam0k <k0ma@utam0k.jp>
12707d7
to
aea0a3c
Compare
/hold |
}(), | ||
// Depending on the timing, if asyncAPICallsEnabled, the NNN update might not be sent yet while checking the expectNominatedNodeName. | ||
// So, asyncAPICallsEnabled is set to false. | ||
asyncAPICallsEnabled: ptr.To(false), |
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.
Status patch can be called after checking the expectNominatedNodeName
. Currently, we skip these test cases.
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 7ed1ebf66d5ffbd1f3f0a148be8c38ba2e366786
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: macsko, sanposhiho 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 |
/lgtm Thanks! |
/unhold |
/milestone v1.34 |
/retest |
2 similar comments
/retest |
/retest |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds removes NominatedNodeName clearing logic in case of scheduling failure.
This PR is co-authored by @utam0k
Which issue(s) this PR is related to:
Fixes: #132384
KEP: kubernetes/enhancements#5278
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: