Skip to content
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: 30717: fix oc describe suggestion in oc rsh output #10742

Conversation

juanvallejo
Copy link
Contributor

@juanvallejo juanvallejo commented Aug 31, 2016

UPSTREAM PR: kubernetes/kubernetes#30717

oc rsh <podname> outputs the line defaulting container name to <podname_top_level_container>, use ' describe po/<podname>' cmd to see all containers in this pod; however this suggestion is missing the root
command (oc, kube, openshift cli ...) before describe po/<podname>.
This patch adds the root command used to invoke the rsh command to
this suggestion.

$ openshift cli rsh <podname>

defaulting container name to idling-tcp-echo, use 'openshift cli describe
po/<podname>' to see all containers in this pod

cc @fabianofranz

@juanvallejo juanvallejo force-pushed the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch from e10aeba to 0ad5e76 Compare August 31, 2016 18:36
@juanvallejo
Copy link
Contributor Author

[test]

@fabianofranz
Copy link
Member

LGTM, @juanvallejo make sure you open the upstream PR. @liggitt minor one.

@juanvallejo
Copy link
Contributor Author

@fabianofranz

make sure you open the upstream PR

Will do!

@juanvallejo juanvallejo force-pushed the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch from 0ad5e76 to 5c58670 Compare August 31, 2016 20:19
@juanvallejo juanvallejo changed the title UPSTREAM: 0000: fix oc describe suggestion in oc rsh output UPSTREAM: 30717: fix oc describe suggestion in oc rsh output Aug 31, 2016
@juanvallejo
Copy link
Contributor Author

re[test]

@juanvallejo juanvallejo force-pushed the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch from 5c58670 to 7082805 Compare September 1, 2016 13:45
@juanvallejo juanvallejo force-pushed the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch from 7082805 to aa62703 Compare September 8, 2016 14:17
@juanvallejo
Copy link
Contributor Author

re[test]

@juanvallejo
Copy link
Contributor Author

@fabianofranz PTAL

@fabianofranz
Copy link
Member

LGTM [merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented Sep 22, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (Image: devenv-rhel7_5179)

@juanvallejo
Copy link
Contributor Author

juanvallejo commented Sep 23, 2016

conformance test flaked on #9548 re[test]

@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 29, 2016
@juanvallejo juanvallejo force-pushed the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch from aa62703 to 83f1778 Compare September 29, 2016 14:13
@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 29, 2016
@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 1, 2016
`oc rsh <podname>` outputs the line `defaulting container name to
<podname_top_level_container>, use ' describe po/<podname>' cmd to see
all
containers in this pod`; however this suggestion is missing the root
command (oc, kube, openshift cli ...) before `describe po/<podname>`.
This patch adds the root command used to invoke the `rsh` command to
this suggestion.

`$ openshift cli rsh <podname>`
```
defaulting container name to idling-tcp-echo, use 'openshift cli
describe
po/<podname>' to see all containers in this pod
```
@juanvallejo juanvallejo force-pushed the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch from 83f1778 to 601285a Compare October 13, 2016 21:06
@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 601285a

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test Running (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10031/) (Base Commit: 66a729c)

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS

@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 13, 2016
@fabianofranz
Copy link
Member

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 601285a

@openshift-bot openshift-bot merged commit eb03ab0 into openshift:master Oct 14, 2016
@juanvallejo juanvallejo deleted the jvallejo_fix-oc-describe-suggestion-in-oc-rsh branch October 14, 2016 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants