Skip to content

Commit 9ed2def

Browse files
authored
Merge pull request #46594 from yashsingh74/update-resource-quota
Updated the ResourceQuota doc for NodePort and LoadBalancer
2 parents 5b12344 + c87b191 commit 9ed2def

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,17 @@ a poorly configured CronJob. CronJobs that create too many Jobs in a namespace c
185185
There is another syntax only to set the same type of quota for certain resources.
186186
The following types are supported:
187187

188-
| Resource Name | Description |
189-
| ------------------------------- | ------------------------------------------------- |
190-
| `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. |
188+
| Resource Name | Description |
189+
| ------------------------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
190+
| `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. |
199199

200200
For example, `pods` quota counts and enforces a maximum on the number of `pods`
201201
created in a single namespace that are not terminal. You might want to set a `pods`

0 commit comments

Comments
 (0)