Как запретить использование chrony и использовать ntp-демоны на узлах? | How do I disable chrony and use ntp daemon on nodes? |
|
|
|
|
yaml apiVersion: deckhouse.io/v1alpha1 kind: NodeGroupConfiguration metadata: name: enable-ntp-on-node.sh spec: weight: 100 nodeGroups: [“”] bundles: [“”] content: | systemctl enable systemd-timesyncd systemctl start systemd-timesyncd | yaml apiVersion: deckhouse.io/v1alpha1 kind: NodeGroupConfiguration metadata: name: enable-ntp-on-node.sh spec: weight: 100 nodeGroups: [“”] bundles: [“”] content: | systemctl enable systemd-timesyncd systemctl start systemd-timesyncd |