mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Revert "kube-apiserver: promote WatchList feature to beta"
This reverts commit 0b15903b35
.
This commit is contained in:
@@ -1283,7 +1283,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: true, PreRelease: featuregate.Beta},
|
genericfeatures.WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
@@ -301,7 +301,6 @@ 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"
|
||||||
@@ -407,7 +406,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
WatchList: {Default: true, PreRelease: featuregate.Beta},
|
WatchList: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
ConsistentListFromCache: {Default: false, PreRelease: featuregate.Alpha},
|
ConsistentListFromCache: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user