remove general avaliable feature-gate ZeroLimitedNominalConcurrencyShares
Kubernetes-commit: f68dc137609d6ceb2b4e66bd746bbf9f9e92ce25
This commit is contained in:
parent
6df5cd720d
commit
9b88185823
|
|
@ -235,13 +235,6 @@ const (
|
|||
//
|
||||
// Allow the API server to serve consistent lists from cache
|
||||
ConsistentListFromCache featuregate.Feature = "ConsistentListFromCache"
|
||||
|
||||
// owner: @tkashem
|
||||
//
|
||||
// Allow Priority & Fairness in the API server to use a zero value for
|
||||
// the 'nominalConcurrencyShares' field of the 'limited' section of a
|
||||
// priority level.
|
||||
ZeroLimitedNominalConcurrencyShares featuregate.Feature = "ZeroLimitedNominalConcurrencyShares"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
@ -410,11 +403,6 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
|
|||
{Version: version.MustParse("1.27"), Default: false, PreRelease: featuregate.Alpha},
|
||||
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
|
||||
},
|
||||
|
||||
ZeroLimitedNominalConcurrencyShares: {
|
||||
{Version: version.MustParse("1.29"), Default: false, PreRelease: featuregate.Beta},
|
||||
{Version: version.MustParse("1.30"), Default: true, PreRelease: featuregate.GA, LockToDefault: true},
|
||||
},
|
||||
}
|
||||
|
||||
// defaultKubernetesFeatureGates consists of legacy unversioned Kubernetes-specific feature keys.
|
||||
|
|
|
|||
Loading…
Reference in New Issue