From d80e7f66c50a82c35859cfdec9c6112ef83587a0 Mon Sep 17 00:00:00 2001 From: RaviSantosh Gudimetla Date: Tue, 9 Apr 2019 18:12:12 -0700 Subject: [PATCH] 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 --- content/en/docs/concepts/policy/resource-quotas.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/en/docs/concepts/policy/resource-quotas.md b/content/en/docs/concepts/policy/resource-quotas.md index 18ab21b8a2..a88bc3d468 100644 --- a/content/en/docs/concepts/policy/resource-quotas.md +++ b/content/en/docs/concepts/policy/resource-quotas.md @@ -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: