vm搭建集群
selftuts
使用virtualbox
1. 创建1个ubuntu 2个ubuntu server
默认在enp0s3是可以连到互联网的,然后我们设置一个enp0s8的共享网络
2.在设置里创建一个Adapter2 NAT Network,然后
3.
ifconfig 查看enp0s8
route -n 查看当前的网关
在/etc/network/interfaces下进行设置
ifdown ifup来设置enp0s8
4.在每个机器上,修改hostname
1 hostnamectl set-hostname workmachine.cluster.local
2 vi/etc/hosts 192.168.1.110 workmachine.cluster.local
...
在master上修改/etc/hosts