File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ endif::[]
20
20
.Sample `KubeletConfig` CR that configures the `Old` TLS security profile on worker nodes
21
21
[source,yaml]
22
22
----
23
- apiVersion: config .openshift.io/v1
23
+ apiVersion: machineconfiguration .openshift.io/v1
24
24
kind: KubeletConfig
25
- ...
25
+ # ...
26
26
spec:
27
27
tlsSecurityProfile:
28
28
old: {}
29
29
type: Old
30
30
machineConfigPoolSelector:
31
31
matchLabels:
32
32
pools.operator.machineconfiguration.openshift.io/worker: ""
33
- #...
33
+ # ...
34
34
----
35
35
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.
37
37
38
38
.Prerequisites
39
39
You can’t perform that action at this time.
0 commit comments