通过:
kubectl get nodes
查看master1节点为not ready
通过查看日志:
journalctl -f -u kubelet.service
看到这里
查看状态:
systemctl status kubelet.service
重启一样会报错
执行:
swapoff -a
执行后,重启
由于之前临时关闭了swap没有永久关闭,这里报错,故而执行:
sed -ri 's/.*swap.*/#&/' /etc/fstab
再次执行查看状态正常: