1、rancher创建自定义集群 cluster (rancher2.5.9)
rancher IP:192.168.8.3
三台Cluster:192.168.8.6~ 192.168.8.8 。
修改hostname 命令
$ sudo hostnamectl set-hostname host.example.com
2、安装docker( 192.168.8.6~ 192.168.8.8 )
1.安装docker
shell> yum install -y yum-utils
shell> yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
shell> yum install docker-ce docker-ce-cli containerd.io
shell> systemctl start docker.service
shell>systemctl enable docker.service
查看docker 版本
shell> docker version
3、 Cluster Registration Command
把代码复制到 192.168.8.6~ 192.168.8.8
然后可以在集群节点上通过命令查看rancher连接状态
shell>docker log -f b17