Skip to content

Commit

Permalink
Disable UnauthenticatedHTTP2DOSMitigation by default
Browse files Browse the repository at this point in the history
This makes backports safer by not changing any default behavior.

Signed-off-by: Monis Khan <mok@microsoft.com>
  • Loading branch information
enj authored and m-chau committed Nov 16, 2023
1 parent 5b15a4a commit 62fd9e9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -226,4 +226,4 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
OpenAPIV3: {Default: true, PreRelease: featuregate.Beta},
ServerSideFieldValidation: {Default: false, PreRelease: featuregate.Alpha},
UnauthenticatedHTTP2DOSMitigation: {Default: false, PreRelease: featuregate.Beta},
}
}

0 comments on commit 62fd9e9

Please sign in to comment.