devops1987 / kubeadm-ha

Boot a ha kubernetes 1.11.0/1.12.1/1.13.0 cluster with kubeadm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install

# 创建集群信息文件
$ cat ./cluster-info
CP0_IP=10.130.29.80
CP1_IP=10.130.29.81
CP2_IP=10.130.29.82
VIP=10.130.29.83
NET_IF=ens32
CIDR=10.244.0.0/16

$ bash -c "$(curl -fsSL https://k8s.lentil1016.cn)"

generate join command

kubeadm token create --print-join-command

About

Boot a ha kubernetes 1.11.0/1.12.1/1.13.0 cluster with kubeadm.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%