Skip to content

Commit

Permalink
Fix feature gate ZeroLimitedNominalConcurrencyShares in v1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Jul 24, 2024
1 parent 10dff0b commit b38f3c8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b38f3c8

Please sign in to comment.