Loading...
1. 安装前环境配置 全部机器都执行1.1 各个机器设置自己的hostnamehostnamectl set-hostname master-0x(worker-0x)1.2 将SELinux禁用setenforce 0 sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config1.3 关闭swapswapof...