We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8882c02 commit d8901f7Copy full SHA for d8901f7
modules/cnf-disable-chronyd.adoc
@@ -53,6 +53,14 @@ spec:
53
WantedBy=multi-user.target
54
enabled: false
55
name: "chronyd.service"
56
+ - name: "kubelet-dependencies.target"
57
+ contents: |
58
+ [Unit]
59
+ Description=Dependencies necessary to run kubelet
60
+ Documentation=https://github.com/openshift/machine-config-operator/
61
+ Requires=basic.target network-online.target
62
+ Wants=NetworkManager-wait-online.service crio-wipe.service
63
+ Wants=rpc-statd.service
64
----
65
<1> Node role where you want to disable `chronyd`, for example, `master`.
66
0 commit comments