OpenShift Resource Management Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * OpenShift Operations =Quota Operations=")
 
Line 4: Line 4:


=Quota Operations=
=Quota Operations=
==Get Quotas in a Project==
For the current project:
oc get quota
For an arbitrary project
oc get quota -n <''project-name''>

Revision as of 18:00, 1 February 2018

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>