From 43b0c52171c4d276135ddd5b987af0506a6511d5 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:05:22 +0000 Subject: [PATCH] :nit: remove log saying that http is disabled --- cmd/manager/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/manager/main.go b/cmd/manager/main.go index d8dc0a95..82f9e3c8 100644 --- a/cmd/manager/main.go +++ b/cmd/manager/main.go @@ -166,7 +166,6 @@ func main() { // - HTTP/2 Rapid Reset (GHSA-4374-p667-p6c8) // While CVE fixes exist, they remain insufficient; disabling HTTP/2 helps reduce risks. // For details, see: https://github.com/kubernetes/kubernetes/issues/121197 - setupLog.Info("disabling http/2") config.NextProtos = []string{"http/1.1"} }