Oc get: Difference between revisions
Jump to navigation
Jump to search
(→pvc) |
|||
Line 11: | Line 11: | ||
=Subcommands= | =Subcommands= | ||
== | ==nodes== | ||
<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