install_kubesphere_centos.sh
· 199 B · Bash
Raw
hostnamectl set-hostname node1
curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -
chmod +x kk
yum install -y conntrack
./kk create cluster --with-kubernetes v1.20.4 --with-kubesphere v3.1.1
| 1 | hostnamectl set-hostname node1 |
| 2 | curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh - |
| 3 | chmod +x kk |
| 4 | yum install -y conntrack |
| 5 | ./kk create cluster --with-kubernetes v1.20.4 --with-kubesphere v3.1.1 |