Fix feature gate ZeroLimitedNominalConcurrencyShares in v1.30

pull/47262/head
Qiming Teng 2024-07-24 19:41:58 +08:00
parent 10dff0b860
commit b38f3c87fd
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ stages:
- stage: beta
defaultValue: false
fromVersion: "1.29"
toVersion: "1.29"
- stage: stable
defaultValue: true
fromVersion: "1.30"
---
Allow [Priority & Fairness](/docs/concepts/cluster-administration/flow-control/)
Allow [priority & fairness](/docs/concepts/cluster-administration/flow-control/)
in the API server to use a zero value for the `nominalConcurrencyShares` field of
the `limited` section of a priority level.