-
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
list-resources: don't fail if the grep fails to match any resources #41933
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED The following people have approved this PR: ixdy Needs approval from an approver in each of these OWNERS Files: We suggest the following people: |
/lgtm |
@k8s-bot test this |
@k8s-bot cross build this |
Will manually merge after a few of the runs are green to unblock submit queue. |
The following builds have succeeded:
This should be safe to merge now. Manually merging to fix submit queue (which has been blocked all day). |
@ixdy: The following test(s) failed:
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. |
…33-upstream-release-1.5 Automated cherry pick of #41933 upstream release 1.5
Commit found in the "release-1.5" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
How do we put this into 1.4? |
…33-origin-release-1.4 Automated cherry pick of #41933
What this PR does / why we need it: if no resources are found, the
grep
call will exit nonzero, so guard it with|| true
.Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #41917Release note:
cc @krzyzacy @ncdc