google / kube-startup-cpu-boost

Kube Startup CPU Boost is a controller that increases CPU resource requests and limits during Kubernetes workload startup time
Apache License 2.0
178 stars 10 forks source link

feat: option to disable (def) HTTP2 for servers #53

Closed mikouaj closed 3 months ago

mikouaj commented 3 months ago

The HTTP2 for webhook and secure metrics servers will be disabled by default due to the HTTP/2 Stream Cancellation and Rapid Reset CVEs:

HTTP2 can be enabled by setting HTTP2=true env variable.