Skip to content

Commit

Permalink
Bump quota configuration api version (#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaschoudhary16 authored and k8s-ci-robot committed Sep 12, 2018
1 parent dd24ece commit 19d8375
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/en/docs/concepts/policy/resource-quotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ kind: AdmissionConfiguration
plugins:
- name: "ResourceQuota"
configuration:
apiVersion: resourcequota.admission.k8s.io/v1alpha1
apiVersion: resourcequota.admission.k8s.io/v1beta1
kind: Configuration
limitedResources:
- resource: pods
Expand All @@ -568,10 +568,6 @@ For example:
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.

## Example
Expand Down

0 comments on commit 19d8375

Please sign in to comment.