Skip to content

Commit 19e03dd

Browse files
serathiusk8s-publishing-bot
authored andcommitted
Move ConsistentListFromCache to Beta default again
This reverts commit aeb51a16e369d5b823a8ae6488d1d5e12c683516. Kubernetes-commit: 2ca56aab87d0927e568f1d896d49692433d5d93a
1 parent 6fe68d6 commit 19e03dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/features/kube_features.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ const (
312312
// owner: @serathius
313313
// kep: http://kep.k8s.io/2340
314314
// alpha: v1.28
315+
// beta: v1.31
315316
//
316317
// Allow the API server to serve consistent lists from cache
317318
ConsistentListFromCache featuregate.Feature = "ConsistentListFromCache"
@@ -414,7 +415,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
414415

415416
WatchList: {Default: false, PreRelease: featuregate.Alpha},
416417

417-
ConsistentListFromCache: {Default: false, PreRelease: featuregate.Alpha},
418+
ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},
418419

419420
ZeroLimitedNominalConcurrencyShares: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
420421
}

0 commit comments

Comments
 (0)