Skip to content

Boot a ha kubernetes 1.11.0/1.12.1 cluster with kubeadm.

License

Notifications You must be signed in to change notification settings

xionglihdfs/kubeadm-ha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

# 创建集群信息文件
$ cat ./cluster-info
CP0_IP=10.130.29.80
CP0_HOSTNAME=centos-7-x86-64-29-80
CP1_IP=10.130.29.81
CP1_HOSTNAME=centos-7-x86-64-29-81
CP2_IP=10.130.29.82
CP2_HOSTNAME=centos-7-x86-64-29-82
VIP=10.130.29.83
NET_IF=ens32
CIDR=172.168.0.0/16

$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/Lentil1016/kubeadm-ha/1.11.0/kubeha-gen.sh)"

generate join command

kubeadm token create --print-join-command

About

Boot a ha kubernetes 1.11.0/1.12.1 cluster with kubeadm.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 100.0%