Skip to content

Commit e937dfd

Browse files
authored
Merge pull request #90141 from mburke5678/mco-disable-chronyd
OCPBUGS52831: The steps to disable the chrony time service will cause chronyd.service to be Failed status.
2 parents 5248774 + d8901f7 commit e937dfd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/cnf-disable-chronyd.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ spec:
5353
WantedBy=multi-user.target
5454
enabled: false
5555
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
5664
----
5765
<1> Node role where you want to disable `chronyd`, for example, `master`.
5866

0 commit comments

Comments
 (0)