-
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
suggest specifying flags before resource name #10772
suggest specifying flags before resource name #10772
Conversation
`oc rsh <resource>` treats everything to the right of `<resource>` a command to execute inside a pod container. This patch updates the usage output to clarify that flags for this command may be passed before the resource name.
LGTM, good to merge. @liggitt for approval. |
not a blocker, so post-1.3 |
[merge] |
conformance test flaked on #11015 re[test] |
flaked on #11015 |
merge conformance test flaked on #10951 re[test] |
conformance test flaked on #9548 re[test] |
conformance test flaked on #9548 re[test] |
integration test flaked on #11058 re[test] |
re[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9344/) (Image: devenv-rhel7_5084) |
conformance test flaked on #11079 |
conformance test flaked on #9548 re[test] |
Evaluated for origin test up to fab0d0a |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9344/) |
re[merge] |
Evaluated for origin merge up to fab0d0a |
Addresses comment #10770 (comment) in #10770
oc rsh <resource>
treats everything to the right of<resource>
acommand to execute inside a pod container. This patch updates the usage
output to clarify that flags for this command may be passed before the
resource name.
cc @openshift/cli-review