mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
commit
63ede2a1c0
@ -1,6 +1,6 @@
|
|||||||
# Administering Resource Quotas
|
# Administering Resource Quotas
|
||||||
|
|
||||||
Kubernetes can limit the both number of objects created in a namespace, and the
|
Kubernetes can limit both the number of objects created in a namespace, and the
|
||||||
total amount of resources requested by pods in a namespace. This facilitates
|
total amount of resources requested by pods in a namespace. This facilitates
|
||||||
sharing of a single Kubernetes cluster by several teams or tenants, each in
|
sharing of a single Kubernetes cluster by several teams or tenants, each in
|
||||||
a namespace.
|
a namespace.
|
||||||
@ -9,7 +9,7 @@ a namespace.
|
|||||||
|
|
||||||
Resource Quota support is enabled by default for many kubernetes distributions. It is
|
Resource Quota support is enabled by default for many kubernetes distributions. It is
|
||||||
enabled when the apiserver `--admission_control=` flag has `ResourceQuota` as
|
enabled when the apiserver `--admission_control=` flag has `ResourceQuota` as
|
||||||
one of its arguments.
|
one of its arguments.
|
||||||
|
|
||||||
Resource Quota is enforced in a particular namespace when there is a
|
Resource Quota is enforced in a particular namespace when there is a
|
||||||
`ResourceQuota` object in that namespace. There should be at most one
|
`ResourceQuota` object in that namespace. There should be at most one
|
||||||
@ -89,7 +89,7 @@ services 3 5
|
|||||||
|
|
||||||
## Quota and Cluster Capacity
|
## Quota and Cluster Capacity
|
||||||
Resource Quota objects are independent of the Cluster Capacity. They are
|
Resource Quota objects are independent of the Cluster Capacity. They are
|
||||||
expressed in absolute units.
|
expressed in absolute units.
|
||||||
|
|
||||||
Sometimes more complex policies may be desired, such as:
|
Sometimes more complex policies may be desired, such as:
|
||||||
- proportionally divide total cluster resources among several teams.
|
- proportionally divide total cluster resources among several teams.
|
||||||
|
Loading…
Reference in New Issue
Block a user