Skip to content

Commit

Permalink
Merge pull request #47262 from tengqm/fg-zlncs
Browse files Browse the repository at this point in the history
Fix feature gate ZeroLimitedNominalConcurrencyShares in v1.30
  • Loading branch information
k8s-ci-robot committed Jul 24, 2024
2 parents 30026fa + b38f3c8 commit b51053f
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 b51053f

Please sign in to comment.