Skip to content

Commit e8d6a06

Browse files
authored
Merge pull request #51036 from mburke5678/node-remove-tls-note
kubelet is not able to convert TLS Security profile 1.0 to 1.1 for old, 1.3 to 1.2 for intermediate.
2 parents 2efea84 + 0d45d23 commit e8d6a06

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/tls-profiles-kubelet-configuring.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ spec:
3333

3434
You can see the ciphers and the minimum TLS version of the configured TLS security profile in the `kubelet.conf` file on a configured node.
3535

36-
[IMPORTANT]
37-
====
38-
The kubelet does not support TLS `1.3` and because the `Modern` profile requires TLS `1.3`, it is not supported. The kubelet converts the `Modern` profile to `Intermediate`.
39-
40-
The kubelet also converts the TLS `1.0` of an `Old` or `Custom` profile to `1.1`, and TLS `1.3` of a `Custom` profile to `1.2`.
41-
====
42-
4336
.Prerequisites
4437

4538
* You have access to the cluster as a user with the `cluster-admin` role.

0 commit comments

Comments
 (0)