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
pull/13553/head^2
RaviSantosh Gudimetla 2019-04-09 18:12:12 -07:00 committed by Kubernetes Prow Robot
parent 34074d33ff
commit d80e7f66c5
1 changed files with 0 additions and 5 deletions

View File

@ -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: