Node clock is not synced and shows "node clock drift" issue on GUI
PreviousCalico-kube-controllers pod is in CrashLoopBackOff stateNextRecover Persistent Volumes from "Terminating" State
Last updated
#timedatectl set-local-rtc 02. Check the timedatectl, hwclock, and system clock, then sync the hardware clock to the system clock by running:# timedatectl
Local time: Wed 2022-11-23 10:04:53 UTC
Universal time: Wed 2022-11-23 10:04:53 UTC
RTC time: Wed 2022-11-23 09:59:46
Time zone: UTC (UTC, +0000)
NTP enabled: yes
NTP synchronized: no
RTC in local TZ: no
DST active: n/a
# hwclock ; date
Wed 23 Nov 2022 09:55:30 AM UTC -0.860011 seconds
Wed Nov 23 10:00:36 UTC 2022
#hwclock --hctosys 3. Verify hwclock, system clock, and timedatectl - it should be in sync now.# hwclock ; date
Wed 23 Nov 2022 10:00:50 AM UTC -0.631062 seconds
Wed Nov 23 10:00:50 UTC 2022
#timedatectl
Local time: Wed 2022-11-23 10:00:55 UTC
Universal time: Wed 2022-11-23 10:00:55 UTC
RTC time: Wed 2022-11-23 10:00:55
Time zone: UTC (UTC, +0000)
NTP enabled: yes
NTP synchronized: no
RTC in local TZ: no
DST active: n/a