Skip to content

Commit 5dc7dcb

Browse files
committed
Revert "UPSTREAM: <drop>: disable ResilientWatchCacheInitialization feature"
This reverts commit 4772890.
1 parent 735f9b1 commit 5dc7dcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/features/versioned_kube_features.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
311311
},
312312

313313
genericfeatures.ResilientWatchCacheInitialization: {
314-
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
314+
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
315315
},
316316

317317
genericfeatures.RetryGenerateName: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
371371
},
372372

373373
ResilientWatchCacheInitialization: {
374-
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
374+
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
375375
},
376376

377377
RetryGenerateName: {

test/featuregates_linter/test_data/versioned_feature_list.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
version: "1.32"
10671067
- name: ResilientWatchCacheInitialization
10681068
versionedSpecs:
1069-
- default: false
1069+
- default: true
10701070
lockToDefault: false
10711071
preRelease: Beta
10721072
version: "1.31"

0 commit comments

Comments
 (0)