Revert "kube-apiserver: promote WatchList feature to beta"
This reverts commit 0b15903b35d83ca32833e81997b6257ee4d4f369. Kubernetes-commit: 88f47b4b4df2f099cc20381fdc0fbcfe0afcee8e
This commit is contained in:
parent
1ae3792914
commit
708f0cf46b
|
@ -301,7 +301,6 @@ const (
|
|||
|
||||
// owner: @p0lyn0mial
|
||||
// alpha: v1.27
|
||||
// beta: v1.31
|
||||
//
|
||||
// Allow the API server to stream individual items instead of chunking
|
||||
WatchList featuregate.Feature = "WatchList"
|
||||
|
@ -407,7 +406,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||
|
||||
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
||||
|
||||
WatchList: {Default: true, PreRelease: featuregate.Beta},
|
||||
WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
||||
|
||||
ConsistentListFromCache: {Default: false, PreRelease: featuregate.Alpha},
|
||||
|
||||
|
|
Loading…
Reference in New Issue