mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
fix broken tables in docs/resouce_quota_admin.md
This commit is contained in:
parent
c048e6fcbf
commit
d50af6c6bf
@ -18,6 +18,7 @@ Resource Quota is enforced in a particular namespace when there is a
|
|||||||
## Object Count Quota
|
## Object Count Quota
|
||||||
The number of objects of a given type can be restricted. The following types
|
The number of objects of a given type can be restricted. The following types
|
||||||
are supported:
|
are supported:
|
||||||
|
|
||||||
| ResourceName | Description |
|
| ResourceName | Description |
|
||||||
| ------------ | ----------- |
|
| ------------ | ----------- |
|
||||||
| pods | Total number of pods |
|
| pods | Total number of pods |
|
||||||
@ -36,8 +37,7 @@ are supported:
|
|||||||
| ------------ | ----------- |
|
| ------------ | ----------- |
|
||||||
| cpu | Total cpu limits of containers |
|
| cpu | Total cpu limits of containers |
|
||||||
| memory | Total memory usage limits of containers
|
| memory | Total memory usage limits of containers
|
||||||
| `example.com/customresource` | Total of
|
| `example.com/customresource` | Total of `resources.limits."example.com/customresource"` of containers |
|
||||||
`resources.limits."example.com/customresource"` of containers |
|
|
||||||
|
|
||||||
For example, `cpu` quota sums up the `resources.limits.cpu` fields of every
|
For example, `cpu` quota sums up the `resources.limits.cpu` fields of every
|
||||||
container of every pod in the namespace, and enforces a maximum on that sum.
|
container of every pod in the namespace, and enforces a maximum on that sum.
|
||||||
|
Loading…
Reference in New Issue
Block a user