Add note about TLS 1.3 cipher suites

Kubernetes-commit: 13354d3da4db4496b236da9feb215b6597a1af12
This commit is contained in:
Leonard Cohnen 2023-01-30 14:42:45 +01:00 committed by Kubernetes Publisher
parent d0c24821bd
commit de5777f47a
1 changed files with 1 additions and 0 deletions

View File

@ -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