Skip to content

Commit

Permalink
UPSTREAM: <drop>: disable ResilientWatchCacheInitialization feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Dec 11, 2024
1 parent bd327aa commit 01b4439
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/features/versioned_kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
},

genericfeatures.ResilientWatchCacheInitialization: {
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
},

genericfeatures.RetryGenerateName: {
Expand Down
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
},

ResilientWatchCacheInitialization: {
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
},

RetryGenerateName: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
version: "1.32"
- name: ResilientWatchCacheInitialization
versionedSpecs:
- default: true
- default: false
lockToDefault: false
preRelease: Beta
version: "1.31"
Expand Down

0 comments on commit 01b4439

Please sign in to comment.