From 77692f1b1c5da7c6032a3d7f31af2ea76928e4d1 Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Wed, 8 Feb 2023 17:46:18 +0100 Subject: [PATCH] fix linting --- cmd/kubelet/app/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubelet/app/server.go b/cmd/kubelet/app/server.go index aba7e500542..9e9f930a3ed 100644 --- a/cmd/kubelet/app/server.go +++ b/cmd/kubelet/app/server.go @@ -1062,7 +1062,7 @@ func InitializeTLS(kf *options.KubeletFlags, kc *kubeletconfiginternal.KubeletCo if minTLSVersion == tls.VersionTLS13 { if len(tlsCipherSuites) != 0 { - klog.Warning("TLS 1.3 cipher suites are not configurable, ignoring --tls-cipher-suites") + klog.InfoS("Warning: TLS 1.3 cipher suites are not configurable, ignoring --tls-cipher-suites") } }