mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Move ConsistentListFromCache to Beta default again
This reverts commit aeb51a16e3
.
This commit is contained in:
parent
974f3d3d8f
commit
2ca56aab87
@ -1264,7 +1264,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
genericfeatures.AuthorizeWithSelectors: {Default: false, PreRelease: featuregate.Alpha},
|
genericfeatures.AuthorizeWithSelectors: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
genericfeatures.ConsistentListFromCache: {Default: false, PreRelease: featuregate.Alpha},
|
genericfeatures.ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
genericfeatures.CoordinatedLeaderElection: {Default: false, PreRelease: featuregate.Alpha},
|
genericfeatures.CoordinatedLeaderElection: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
@ -312,6 +312,7 @@ const (
|
|||||||
// owner: @serathius
|
// owner: @serathius
|
||||||
// kep: http://kep.k8s.io/2340
|
// kep: http://kep.k8s.io/2340
|
||||||
// alpha: v1.28
|
// alpha: v1.28
|
||||||
|
// beta: v1.31
|
||||||
//
|
//
|
||||||
// Allow the API server to serve consistent lists from cache
|
// Allow the API server to serve consistent lists from cache
|
||||||
ConsistentListFromCache featuregate.Feature = "ConsistentListFromCache"
|
ConsistentListFromCache featuregate.Feature = "ConsistentListFromCache"
|
||||||
@ -414,7 +415,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
ConsistentListFromCache: {Default: false, PreRelease: featuregate.Alpha},
|
ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
ZeroLimitedNominalConcurrencyShares: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
ZeroLimitedNominalConcurrencyShares: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user