Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit b79621a

Browse files
authored
Merge pull request #1072 from dm0-/bugs-1957
os/configuring-date-and-timezone: drop broken example
2 parents fdbed12 + 48fea50 commit b79621a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

os/configuring-date-and-timezone.md

-13
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ NTP synchronized: yes
6464
Sun 2015-11-01 01:00:00 EST
6565
```
6666

67-
Time zone may instead be set in a [Container Linux Config][cl-configs], with something like the following excerpt:
68-
69-
```container-linux-config
70-
storage:
71-
files:
72-
- path: /etc/timezone
73-
filesystem: root
74-
mode: 0644
75-
contents:
76-
inline: America/New_York
77-
```
78-
79-
8067
## Time synchronization
8168

8269
Container Linux clusters use NTP to synchronize the clocks of member nodes, and all machines start an NTP client at boot. Container Linux versions later than [681.0.0][681.0.0] use [`systemd-timesyncd(8)`][systemd-timesyncd] as the default NTP client. Earlier versions used [`ntpd(8)`][ntp.org]. Use `systemctl` to check which service is running:

0 commit comments

Comments
 (0)