摘要:
使用NTP服务时间同步 1、安装ntp。 [root@k8s-master01 ~]# yum -y install ntp 2、启动ntp服务。 [root@k8s-master01 ~]# systemctl start ntpd [root@k8s-master01 ~]# systemctl 阅读全文
摘要:
报错信息: 报错原因: 1、可能是因为同步的域名信息没有解析到。 2、可能是因为服务的问题导致没有同步成功。 解决方法: 1、先关闭ntpd服务。 [root@k8s-master01 ~]# service ntpd stop Redirecting to /bin/systemctl stop 阅读全文