OpenShift Resource Management Operations

From NovaOrdis Knowledge Base
Revision as of 18:07, 1 February 2018 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Quota Operations

Get Quotas in a Project

For the current project:

oc get quota

For an arbitrary project

oc get quota -n <project-name>

Information about an Individual Quota

oc describe quota <name>

Creating a Resource Quota

oc create -f quota-def-file.json --namespace=my-project