摘要: 1.配置主机hosts(所有主机上) cat >> /etc/hosts << EOF 192.168.0.232 k8s-master 192.168.0.117 k8s-node1 EOF 2.关闭防火墙和安全设置 systemctl stop firewalld systemctl disab 阅读全文
posted @ 2022-08-10 16:55 Leonardo-li 阅读(37) 评论(0) 推荐(0) 编辑