工作环境:
| 主机名 | IP | 系统 |
| master | 192.168.199.6 | rhel7.4 |
| node1 | 192.168.199.7 | rhel7.4 |
| node2 | 192.168.199.8 | rhel7.4 |
[root@master ~]#yum install kubernetes etcd flannel -y
[root@node1 ~]#yum install kubernetes flannel -y
[root@node2 ~]#yum install kubernetes flannel -y
kubernetes集群搭建
原文地址:https://www.cnblogs.com/winter1519/p/9946012.html