-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fix a bug in validating node existence. #57484
Conversation
@@ -0,0 +1,53 @@ | |||
/* | |||
Copyright 2016 The Kubernetes Authors. |
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.
ridiculous pedantry: should this be 2017?
"fmt" | ||
"net/http" | ||
"reflect" | ||
"testing" |
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.
It looks like the alignment in the import section is inconsistent, or is that the GitHub UI?
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, feiskyer Associated issue: #57483 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
Removing label |
Once this merges... @jdumars can we see about getting this cherry picked into 1.8.x and 1.9.x (and possibly 1.7.x?) Thanks |
Automatic merge from submit-queue (batch tested with PRs 57282, 57484). If you want to cherry-pick this change to another branch, please follow the instructions here. |
On it @brendandburns |
Removing label |
@brendandburns I ran into some merge conflicts with azure.go on the the 1.8 cherry pick, and am not sure I can do it safely. |
Commit found in the "release-1.9" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
What this PR does / why we need it:
Fixes an bug where if an error was returned that was not an
autorest.DetailedError
we would return"not found", nil
which would result in Nodes goingNotReady
Which issue(s) this PR fixes
Fixes #57483
Release note:
@feiskyer @khendiak