Skip to content

Commit cb37c08

Browse files
authored
Merge pull request kubernetes#92503 from wojtek-t/enable_index_for_pods
Bump SelectorIndex to beta
2 parents e5e5ff0 + 5aafaef commit cb37c08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

staging/src/k8s.io/apiserver/pkg/features/kube_features.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ const (
138138
// Deprecates and removes SelfLink from ObjectMeta and ListMeta.
139139
RemoveSelfLink featuregate.Feature = "RemoveSelfLink"
140140

141-
// owner: @shaloulcy
141+
// owner: @shaloulcy, @wojtek-t
142142
// alpha: v1.18
143+
// beta: v1.19
143144
//
144145
// Allows label and field based indexes in apiserver watch cache to accelerate list operations.
145146
SelectorIndex featuregate.Feature = "SelectorIndex"
@@ -173,6 +174,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
173174
WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
174175
APIPriorityAndFairness: {Default: false, PreRelease: featuregate.Alpha},
175176
RemoveSelfLink: {Default: false, PreRelease: featuregate.Alpha},
176-
SelectorIndex: {Default: false, PreRelease: featuregate.Alpha},
177+
SelectorIndex: {Default: true, PreRelease: featuregate.Beta},
177178
WarningHeaders: {Default: true, PreRelease: featuregate.Beta},
178179
}

0 commit comments

Comments
 (0)