mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 16:49:35 +00:00
fix linting
This commit is contained in:
parent
fabf1cba94
commit
77692f1b1c
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user