kube-apiserver: promote WatchList feature to beta
This commit is contained in:
@@ -1264,7 +1264,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
genericfeatures.WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta},
|
genericfeatures.WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
genericfeatures.WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
genericfeatures.WatchList: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
genericfeatures.ZeroLimitedNominalConcurrencyShares: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
genericfeatures.ZeroLimitedNominalConcurrencyShares: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
||||||
|
|
||||||
|
|||||||
@@ -298,6 +298,7 @@ const (
|
|||||||
|
|
||||||
// owner: @p0lyn0mial
|
// owner: @p0lyn0mial
|
||||||
// alpha: v1.27
|
// alpha: v1.27
|
||||||
|
// beta: v1.31
|
||||||
//
|
//
|
||||||
// Allow the API server to stream individual items instead of chunking
|
// Allow the API server to stream individual items instead of chunking
|
||||||
WatchList featuregate.Feature = "WatchList"
|
WatchList featuregate.Feature = "WatchList"
|
||||||
@@ -402,7 +403,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
WatchList: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},
|
ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user