Skip to content

Commit

Permalink
Merge pull request #121226 from liggitt/automated-cherry-pick-of-#121…
Browse files Browse the repository at this point in the history
…225-upstream-release-1.27

Automated cherry pick of #121224: Register UnauthenticatedHTTP2DOSMitigation into kube
  • Loading branch information
k8s-ci-robot committed Oct 16, 2023
2 parents 0219e70 + 105f672 commit b289774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,8 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

genericfeatures.ServerSideFieldValidation: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.29

genericfeatures.UnauthenticatedHTTP2DOSMitigation: {Default: false, PreRelease: featuregate.Beta},

// features that enable backwards compatibility but are scheduled to be removed
// ...
HPAScaleToZero: {Default: false, PreRelease: featuregate.Alpha},
Expand Down

0 comments on commit b289774

Please sign in to comment.