Skip to content

Commit b51053f

Browse files
authored
Merge pull request #47262 from tengqm/fg-zlncs
Fix feature gate ZeroLimitedNominalConcurrencyShares in v1.30
2 parents 30026fa + b38f3c8 commit b51053f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/zero-limited-nominal-concurrency-shares.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ stages:
99
- stage: beta
1010
defaultValue: false
1111
fromVersion: "1.29"
12+
toVersion: "1.29"
13+
- stage: stable
14+
defaultValue: true
15+
fromVersion: "1.30"
1216
---
13-
Allow [Priority & Fairness](/docs/concepts/cluster-administration/flow-control/)
17+
Allow [priority & fairness](/docs/concepts/cluster-administration/flow-control/)
1418
in the API server to use a zero value for the `nominalConcurrencyShares` field of
1519
the `limited` section of a priority level.

0 commit comments

Comments
 (0)