Network Time Protocol (NTP) Controller Node apt install chrony Edit the /etc/chrony/chrony.conf 添加如下信息 #修改10.0.0.0/24为自己环境的网段 server controller iburst allow 10.0.0.0/24 注释掉 pool 2.debian.pool.ntp.org offline iburst line Restart the NTP service servic…