Oc get: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
=Subcommands=
=Subcommands=


==builds==
==nodes==


Get the builds and their status.
<pre>
oc get nodes
</pre>


==pods==
==pods==
Line 20: Line 22:
oc get pods --all-namespaces
oc get pods --all-namespaces
</pre>
</pre>
==builds==
Get the builds and their status.


==quota==
==quota==

Revision as of 18:32, 16 May 2017

External

Internal

Overview

Subcommands

nodes

oc get nodes

pods

oc get pods --all-namespaces


builds

Get the builds and their status.


quota

oc get quota -n myproject

routes

oc get routes

pv

pvc

event