Skip to content

Commit 6f89fe9

Browse files
committed
UPSTREAM: <carry>: test what happens if I enable WatchCacheInitializationPostStartHook on 1.35
1 parent b4a19c4 commit 6f89fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
21242124
},
21252125

21262126
genericfeatures.WatchCacheInitializationPostStartHook: {
2127-
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
2127+
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
21282128
},
21292129

21302130
genericfeatures.WatchFromStorageWithoutResourceVersion: {

0 commit comments

Comments
 (0)