1、开通服务器

4c8g;centos7.9;防火墙放行 30000~32767;指定hostname

  1. hostnamectl set-hostname node1

2、安装

1、准备KubeKey

  1. export KKZONE=cn
  2. curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -
  3. chmod +x kk

2、使用KubeKey引导安装集群

  1. #可能需要下面命令
  2. yum install -y conntrack
  3. ./kk create cluster --with-kubernetes v1.20.4 --with-kubesphere v3.1.1

3、安装后开启功能

image.png