Remove enable resource quota note (#13732)
* Remove enable resource quota note As of now, `ResourceQuotaScopeSelectors` is enabled by default, since it's in beta. So, let's remove it. * Update resource-quotas.md
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
34074d33ff
commit
d80e7f66c5
@@ -201,11 +201,6 @@ field in the quota spec.
|
|||||||
|
|
||||||
A quota is matched and consumed only if `scopeSelector` in the quota spec selects the pod.
|
A quota is matched and consumed only if `scopeSelector` in the quota spec selects the pod.
|
||||||
|
|
||||||
{{< note >}}
|
|
||||||
You need to enable the feature gate `ResourceQuotaScopeSelectors`before using resource quotas
|
|
||||||
per PriorityClass.
|
|
||||||
{{< /note >}}
|
|
||||||
|
|
||||||
This example creates a quota object and matches it with pods at specific priorities. The example
|
This example creates a quota object and matches it with pods at specific priorities. The example
|
||||||
works as follows:
|
works as follows:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user