Update ResourceQuota per PriorityClass state for 1.12 (#10229)
This commit is contained in:
committed by
k8s-ci-robot
parent
dc9d71ac3e
commit
fe96f3b980
@@ -42,7 +42,7 @@ other pods to be evicted/not get scheduled. To resolve this issue,
|
|||||||
[ResourceQuota](https://kubernetes.io/docs/concepts/policy/resource-quotas/) is
|
[ResourceQuota](https://kubernetes.io/docs/concepts/policy/resource-quotas/) is
|
||||||
augmented to support Pod priority. An admin can create ResourceQuota for users
|
augmented to support Pod priority. An admin can create ResourceQuota for users
|
||||||
at specific priority levels, preventing them from creating pods at high
|
at specific priority levels, preventing them from creating pods at high
|
||||||
priorities. However, this feature is in alpha as of Kubernetes 1.11.
|
priorities. This feature is in beta since Kubernetes 1.12.
|
||||||
{{< /warning >}}
|
{{< /warning >}}
|
||||||
|
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ The `Terminating`, `NotTerminating`, and `NotBestEffort` scopes restrict a quota
|
|||||||
|
|
||||||
### Resource Quota Per PriorityClass
|
### Resource Quota Per PriorityClass
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="1.11" state="alpha" >}}
|
{{< feature-state for_k8s_version="1.12" state="beta" >}}
|
||||||
|
|
||||||
Pods can be created at a specific [priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority).
|
Pods can be created at a specific [priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority).
|
||||||
You can control a pod's consumption of system resources based on a pod's priority, by using the `scopeSelector`
|
You can control a pod's consumption of system resources based on a pod's priority, by using the `scopeSelector`
|
||||||
|
|||||||
Reference in New Issue
Block a user