Bump quota configuration api version (#10217)
This commit is contained in:
committed by
k8s-ci-robot
parent
dd24ece1bb
commit
19d8375c11
@@ -548,7 +548,7 @@ kind: AdmissionConfiguration
|
|||||||
plugins:
|
plugins:
|
||||||
- name: "ResourceQuota"
|
- name: "ResourceQuota"
|
||||||
configuration:
|
configuration:
|
||||||
apiVersion: resourcequota.admission.k8s.io/v1alpha1
|
apiVersion: resourcequota.admission.k8s.io/v1beta1
|
||||||
kind: Configuration
|
kind: Configuration
|
||||||
limitedResources:
|
limitedResources:
|
||||||
- resource: pods
|
- resource: pods
|
||||||
@@ -568,10 +568,6 @@ For example:
|
|||||||
values: ["cluster-services"]
|
values: ["cluster-services"]
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
|
||||||
**Note:** `scopeSelector` is an alpha field and feature gate `ResourceQuotaScopeSelectors` must be enabled before using it.
|
|
||||||
{{< /note >}}
|
|
||||||
|
|
||||||
See [LimitedResources](https://github.com/kubernetes/kubernetes/pull/36765) and [Quota supoport for priority class design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/pod-priority-resourcequota.md) for more information.
|
See [LimitedResources](https://github.com/kubernetes/kubernetes/pull/36765) and [Quota supoport for priority class design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/pod-priority-resourcequota.md) for more information.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|||||||
Reference in New Issue
Block a user