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::[]
2020.Sample `KubeletConfig` CR that configures the `Old` TLS security profile on worker nodes
2121[source,yaml]
2222----
23- apiVersion: config .openshift.io/v1
23+ apiVersion: machineconfiguration .openshift.io/v1
2424kind: KubeletConfig
25- ...
25+ # ...
2626spec:
2727 tlsSecurityProfile:
2828 old: {}
2929 type: Old
3030 machineConfigPoolSelector:
3131 matchLabels:
3232 pools.operator.machineconfiguration.openshift.io/worker: ""
33- #...
33+ # ...
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
You can’t perform that action at this time.
0 commit comments