Resource Quota Definition: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[OpenShift Concepts#Resource_Quota|OpenShift Concepts]] | * [[OpenShift Resource Management Concepts#Resource_Quota|OpenShift Resource Management Concepts]] | ||
* [[OpenShift_Configuration#OpenShift_Objects|OpenShift Configuration]] | * [[OpenShift_Configuration#OpenShift_Objects|OpenShift Configuration]] | ||
Revision as of 21:49, 31 January 2018
External
Internal
Overview
Example
{ "apiVersion": "v1", "kind": "ResourceQuota", "metadata": { "name": "quota" }, "spec": { "hard": { "memory": "1Gi", "cpu": "20", "pods": "10", "services": "5", "replicationcontrollers":"5", "resourcequotas":"1" } } }