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
Check claimRef UID when processing a recycled PV, take 2 #23548
Conversation
Reorder code a bit so it doesn't allow a case where you get some error other than "not found" combined with a non-nil Claim. Add test case.
|
Labelling this PR as size/L |
|
GCE e2e build/test passed for commit 5ce2e6d. |
|
unit/int tests are 404 @k8s-bot unit this this issue: #IGNORE |
|
LGTM |
|
cc @kubernetes/sig-storage |
|
LGTM |
|
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
|
GCE e2e build/test passed for commit 5ce2e6d. |
|
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
|
GCE e2e build/test passed for commit 5ce2e6d. |
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
|
GCE e2e build/test passed for commit 5ce2e6d. |
|
Automatic merge from submit-queue |
Reorder code a bit so it doesn't allow a case where you get some error other than "not found"
combined with a non-nil Claim.
Add test case.
cc @kubernetes/rh-cluster-infra @kubernetes/rh-storage @liggitt