You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`configmaps`| The total number of ConfigMaps that can exist in the namespace. |
191
-
|`persistentvolumeclaims`| The total number of [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) that can exist in the namespace. |
192
-
|`pods`| The total number of Pods in a non-terminal state that can exist in the namespace. A pod is in a terminal state if `.status.phase in (Failed, Succeeded)` is true. |
193
-
|`replicationcontrollers`| The total number of ReplicationControllers that can exist in the namespace. |
194
-
|`resourcequotas`| The total number of ResourceQuotas that can exist in the namespace. |
195
-
|`services`| The total number of Services that can exist in the namespace. |
196
-
|`services.loadbalancers`| The total number of Services of type `LoadBalancer` that can exist in the namespace. |
197
-
|`services.nodeports`| The total number of Services of type `NodePort` that can exist in the namespace. |
198
-
|`secrets`| The total number of Secrets that can exist in the namespace. |
|`configmaps`| The total number of ConfigMaps that can exist in the namespace. |
191
+
|`persistentvolumeclaims`| The total number of [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims) that can exist in the namespace. |
192
+
|`pods`| The total number of Pods in a non-terminal state that can exist in the namespace. A pod is in a terminal state if `.status.phase in (Failed, Succeeded)` is true. |
193
+
|`replicationcontrollers`| The total number of ReplicationControllers that can exist in the namespace. |
194
+
|`resourcequotas`| The total number of ResourceQuotas that can exist in the namespace. |
195
+
|`services`| The total number of Services that can exist in the namespace. |
196
+
|`services.loadbalancers`| The total number of Services of type `LoadBalancer` that can exist in the namespace. |
197
+
|`services.nodeports`| The total number of `NodePorts` allocated to Services of type `NodePort`or `LoadBalancer`that can exist in the namespace.|
198
+
|`secrets`| The total number of Secrets that can exist in the namespace. |
199
199
200
200
For example, `pods` quota counts and enforces a maximum on the number of `pods`
201
201
created in a single namespace that are not terminal. You might want to set a `pods`
0 commit comments