Merge pull request #125483 from wojtek-t/storage_readiness_hook

Implement resilient watchcache initialization post-start-hook
This commit is contained in:
Kubernetes Prow Robot
2024-07-01 13:48:29 -07:00
committed by GitHub
18 changed files with 319 additions and 31 deletions

View File

@@ -1275,6 +1275,8 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
genericfeatures.WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
genericfeatures.WatchCacheInitializationPostStartHook: {Default: false, PreRelease: featuregate.Beta},
genericfeatures.WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta},
genericfeatures.WatchList: {Default: true, PreRelease: featuregate.Beta},