Oc rsh: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
Open a remote shell session to a container running in a pod:
Open a remote shell session to a container running in a pod:


oc rsh -n <''namespace''> <''pod-name''>
oc rsh -n <''namespace''> <''pod-name''>

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>