Zuletzt aktiv 1719022767

在 Centos 中安装 Kubesphere

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