Add note about TLS 1.3 cipher suites
Kubernetes-commit: 13354d3da4db4496b236da9feb215b6597a1af12
This commit is contained in:
parent
d0c24821bd
commit
de5777f47a
|
@ -150,6 +150,7 @@ type KubeletConfiguration struct {
|
|||
// +optional
|
||||
TLSPrivateKeyFile string `json:"tlsPrivateKeyFile,omitempty"`
|
||||
// tlsCipherSuites is the list of allowed cipher suites for the server.
|
||||
// Note that TLS 1.3 ciphersuites are not configurable.
|
||||
// Values are from tls package constants (https://golang.org/pkg/crypto/tls/#pkg-constants).
|
||||
// Default: nil
|
||||
// +optional
|
||||
|
|
Loading…
Reference in New Issue