Skip to content

Commit 4f2e09a

Browse files
authored
Merge pull request #92941 from openshift-cherrypick-robot/cherry-pick-92144-to-enterprise-4.19
[enterprise-4.19] OSDOCS#14025: Removing note saying that modern profile isn't supporte…
2 parents 0439328 + c4e20b4 commit 4f2e09a

3 files changed

+4
-6
lines changed

modules/tls-profiles-ingress-configuring.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ spec:
6969
<2> Specify the appropriate field for the selected type:
7070
* `old: {}`
7171
* `intermediate: {}`
72+
* `modern: {}`
7273
* `custom:`
7374
<3> For the `custom` type, specify a list of TLS ciphers and minimum accepted TLS version.
7475

modules/tls-profiles-kubelet-configuring.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
# ...
3434
----
3535

36-
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.
36+
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.
3737

3838
.Prerequisites
3939

@@ -75,6 +75,7 @@ spec:
7575
<2> Specify the appropriate field for the selected type:
7676
* `old: {}`
7777
* `intermediate: {}`
78+
* `modern: {}`
7879
* `custom:`
7980
<3> For the `custom` type, specify a list of TLS ciphers and minimum accepted TLS version.
8081
<4> Optional: Specify the machine config pool label for the nodes you want to apply the TLS security profile.

modules/tls-profiles-kubernetes-configuring.adoc

+1-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ The TLS security profile defines the minimum TLS version and the TLS ciphers req
4242

4343
You can see the configured TLS security profile in the `APIServer` custom resource (CR) under `Spec.Tls Security Profile`. For the `Custom` TLS security profile, the specific ciphers and minimum TLS version are listed.
4444

45-
[NOTE]
46-
====
47-
The control plane does not support TLS `1.3` as the minimum TLS version; the `Modern` profile is not supported because it requires TLS `1.3`.
48-
====
49-
5045
.Prerequisites
5146

5247
* You have access to the cluster as a user with the `cluster-admin` role.
@@ -84,6 +79,7 @@ spec:
8479
<2> Specify the appropriate field for the selected type:
8580
* `old: {}`
8681
* `intermediate: {}`
82+
* `modern: {}`
8783
* `custom:`
8884
<3> For the `custom` type, specify a list of TLS ciphers and minimum accepted TLS version.
8985

0 commit comments

Comments
 (0)