-
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
Fix DC reaper to deal with invalid resource name. #17492
Fix DC reaper to deal with invalid resource name. #17492
Conversation
btw. |
…l RCs because apimachinery .AsSelector() ignores errors and returns MatchAll selector in that case.)
969dba2
to
b75bee4
Compare
/test unit |
/retest |
hrm, I wonder how can this cause a race, the changes /lgtm |
@mfojtik I think the race was always there, the changes just revealed it |
submit queue stuck... |
@mfojtik tests are passing, awaiting lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: soltysh, tnozicka 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 |
@tnozicka: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue. |
/cherrypick release-3.7 |
@tnozicka: New pull request created: #17599 In response to this:
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/test-infra repository. |
/cherrypick release-3.6 |
@tnozicka: PR 17492 failed to apply on top of branch "release-3.6": exit status 128 In response to this:
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/test-infra repository. |
It was deleting all RCs because apimachinery .AsSelector() ignores errors and returns MatchAll selector in that case.)
apimachinery issue: kubernetes/apimachinery#31
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1517700