Last active 1719022767

在 Centos 中安装 Kubesphere

zhangyw revised this gist 1719022767. Go to revision

No changes

zhangyw revised this gist 1719022670. Go to revision

No changes

zhangyw revised this gist 1719022596. Go to revision

No changes

zhangyw revised this gist 1719022585. Go to revision

No changes

zhangyw revised this gist 1718773201. Go to revision

1 file changed, 5 insertions

install_kubesphere_centos.sh(file created)

@@ -0,0 +1,5 @@
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
Newer Older