-
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
UPSTREAM: 66835: cloudprovider: aws: return true on existence check for stopped instances #20663
Conversation
upstream directional change is blessed, but we can carry this in the interim pending it merge upstream. /approve |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
There are couple of things that needs verified. Please do not merge this without approval from @openshift/sig-storage /hold |
Things that needs to be verified before we merge this: a. We need to make sure that, nodes that are shutdown can have its pod migrated without attach/detach issues when node object is still around. |
…or stopped instances
@gnufied re: our discussions on IRC, I think you ok with this now right? If so, please comment confirming and re-add lgtm. @derekwaynecarr already approved. Thanks! |
Yeah I think I am okay with merging this with master. storage team will backport the other fix for detaching volume from shutdown node. /hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, gnufied, sjenning 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 |
Filed https://bugzilla.redhat.com/show_bug.cgi?id=1622175 for tracking the storage bug of volumes not getting detached from stopped AWS nodes. |
kubernetes/kubernetes#66835
xref https://bugzilla.redhat.com/show_bug.cgi?id=1559271
fixes #19899
@derekwaynecarr @jsafrane @liggitt