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.mdpull/13553/head^2
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.
|
||||
|
||||
{{< 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
|
||||
works as follows:
|
||||
|
||||
|
|
Loading…
Reference in New Issue