mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +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
|
||||
The number of objects of a given type can be restricted. The following types
|
||||
are supported:
|
||||
|
||||
| ResourceName | Description |
|
||||
| ------------ | ----------- |
|
||||
| pods | Total number of pods |
|
||||
@ -36,8 +37,7 @@ are supported:
|
||||
| ------------ | ----------- |
|
||||
| cpu | Total cpu limits of containers |
|
||||
| memory | Total memory usage limits of containers
|
||||
| `example.com/customresource` | Total of
|
||||
`resources.limits."example.com/customresource"` of containers |
|
||||
| `example.com/customresource` | Total of `resources.limits."example.com/customresource"` of containers |
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user