Skip to content

Commit 5adcdfd

Browse files
committed
Update ResourceQuota per PriorityClass state for 1.12
1 parent f8e4d35 commit 5adcdfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/configuration/pod-priority-preemption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ other pods to be evicted/not get scheduled. To resolve this issue,
4242
[ResourceQuota](https://kubernetes.io/docs/concepts/policy/resource-quotas/) is
4343
augmented to support Pod priority. An admin can create ResourceQuota for users
4444
at specific priority levels, preventing them from creating pods at high
45-
priorities. However, this feature is in alpha as of Kubernetes 1.11.
45+
priorities. This feature is in beta since Kubernetes 1.12.
4646
{{< /warning >}}
4747

4848
{{% /capture %}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The `Terminating`, `NotTerminating`, and `NotBestEffort` scopes restrict a quota
194194

195195
### Resource Quota Per PriorityClass
196196

197-
{{< feature-state for_k8s_version="1.11" state="alpha" >}}
197+
{{< feature-state for_k8s_version="1.12" state="beta" >}}
198198

199199
Pods can be created at a specific [priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority).
200200
You can control a pod's consumption of system resources based on a pod's priority, by using the `scopeSelector`

0 commit comments

Comments
 (0)