-
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
Add --selector, --pod-selector flags oc adm drain
#17616
Add --selector, --pod-selector flags oc adm drain
#17616
Conversation
The changes itself lgtm, but there's a rebase in flight (#17576) which will pick the first 2 commits. The 3rd one is not accepted upstream yet and will wait till next week when queue is open. I'm holding this until after the rebase lands, in that case. |
16ef907
to
fb0aba3
Compare
@juanvallejo still needed? |
fb0aba3
to
3d357ed
Compare
@deads2k yeah the pod-selector changes are the only thing new that this PR brings in post-rebase. Updated to be on par with kubernetes/kubernetes#56864 |
3d357ed
to
6e96d68
Compare
@juanvallejo this will need to be picked for 3.8 (see the BZ I assigned you today). |
6e96d68
to
f51f049
Compare
f51f049
to
9f49283
Compare
/test unit |
looks up to date /hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, juanvallejo 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 |
/test extended_conformance_gce |
2 similar comments
/test extended_conformance_gce |
/test extended_conformance_gce |
/test extended_conformance_install |
/retest |
/test extended_conformance_install |
I must say this is really hard to watch |
@dustymabe test flakes. test flakes everywhere /retest |
/retest |
Automatic merge from submit-queue (batch tested with PRs 17072, 17616). |
…rain Automatic merge from submit-queue (batch tested with PRs 17072, 17616). Add --selector, --pod-selector flags `oc adm drain` Fixes #17554 Fixes #17563 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1525340 Picks kubernetes/kubernetes#52917, kubernetes/kubernetes#54083, and kubernetes/kubernetes#56864 to bring in `--selector` and `--pod-selector` flag support to `oc adm drain`. cc @openshift/cli-review @deads2k @dustymabe
…lector Automatic merge from submit-queue. Pick 17616: Add --selector, --pod-selector flags `oc adm drain` UPSTREAM kubernetes/kubernetes#56864 Pick of #17616 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1525340 cc @mfojtik @deads2k @soltysh
Fixes #17554
Fixes #17563
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1525340
Picks kubernetes/kubernetes#52917, kubernetes/kubernetes#54083, and kubernetes/kubernetes#56864 to bring in
--selector
and--pod-selector
flag support tooc adm drain
.cc @openshift/cli-review @deads2k @dustymabe