-
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: 54828: trigger endpoint update on pod deletion #17120
Conversation
/assign @sjenning |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, joelsmith 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 |
Automatic merge from submit-queue (batch tested with PRs 17089, 17120). |
Automatic merge from submit-queue. [stage] UPSTREAM: 54828: trigger endpoint update on pod deletion xref #17120
Automatic merge from submit-queue. UPSTREAM: 54828: trigger endpoint update on pod deletion xref #17120
Automatic merge from submit-queue (batch tested with PRs 17476, 17143, 15115, 17094, 17500). fix basename: illegal option -- b issue with upstream filenames starting with - issue: ``` $ git branch -vv * devel 3ea2451 Merge pull request #17120 from joelsmith/master master 3ae4430 [origin/master] fix basename: illegal option -- b issue with upstream filenames starting with - xiaods at XiaoTommydeMacBook-Pro in ~/go/src/github.com/openshift/origin on devel* $ export PATH="${PATH}:$( source hack/lib/init.sh; echo "${OS_OUTPUT_BINPATH}/$( os::build::host_platform )/" )" basename: illegal option -- b usage: basename string [suffix] basename [-a] [-s suffix] string [...] ``` caused by : The -- (dash dash) stops basename from processing any options in the argument. Always quote $0 in case there are spaces in the name.
xref kubernetes/kubernetes#54828