Oc: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
=Commands=
=Commands=


* <span id="get"></span>[[oc get]]
* <span id="describe"></span>[[oc describe]]
* <span id="rsync"></span>[[oc rsync]]
* <span id="rsync"></span>[[oc rsync]]
* <span id="tag"></span>[[oc tag]]
* <span id="tag"></span>[[oc tag]]

Revision as of 14:12, 10 May 2017

Internal

Overview

get

pods

oc get pods --all-namespaces

quota

oc get quota -n myproject

describe

quota

oc describe quota core-object-counts -n demo project

Commands