You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As overcommit is not allowed for extended resources, it makes no sense to specify both `requests`
@@ -820,7 +820,7 @@ plugins:
820
820
limitedResources:
821
821
- resource: pods
822
822
matchScopes:
823
-
- scopeName: PriorityClass
823
+
- scopeName: PriorityClass
824
824
operator: In
825
825
values: ["cluster-services"]
826
826
```
@@ -839,7 +839,7 @@ plugins:
839
839
limitedResources:
840
840
- resource: pods
841
841
matchScopes:
842
-
- scopeName: PriorityClass
842
+
- scopeName: PriorityClass
843
843
operator: In
844
844
values: ["cluster-services"]
845
845
```
@@ -888,5 +888,3 @@ See a [detailed example for how to use resource quota](/docs/tasks/administer-cl
888
888
See [ResourceQuota design doc](https://git.k8s.io/community/contributors/design-proposals/resource-management/admission_control_resource_quota.md) for more information.
0 commit comments