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") } }