Oc rsh: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Open a remote shell session to a container | Open a remote shell session to a container running in a pod: | ||
<pre> | <pre> | ||
oc rsh -n <namespace> < | oc rsh -n <namespace> <''pod-name''> | ||
</pre> | </pre> |
Revision as of 19:26, 12 October 2017
External
Internal
Overview
Open a remote shell session to a container running in a pod:
oc rsh -n <namespace> <''pod-name''>