OpenShift Resource Management Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
oc get quota -n <''project-name''> | oc get quota -n <''project-name''> | ||
=Information about an Individual Quota= | |||
oc describe quota <''name''> | |||
=B= | =B= |
Revision as of 18:02, 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>
Information about an Individual Quota
oc describe quota <name>