1、安装

apt install -y ntp ntpdate
ntpdate -u times.aliyun.com

//设置时区
sudo dpkg-reconfigure tzdata //配置时区,选择shanghai


2、找到 server ntp 服务器 iburst 的记录,用 # 注释掉

sudo vim /etc/ntp.conf

3、添加阿里云 NTP 服务器地址

server 0.cn.pool.ntp.org iburst
server 1.cn.pool.ntp.org iburst
server 2.cn.pool.ntp.org iburst
server 3.cn.pool.ntp.org iburst

4、设置开机启动

systemctl start ntp
systemctl enable ntp

Logo

K8S/Kubernetes社区为您提供最前沿的新闻资讯和知识内容

更多推荐