KubeSphere单点部署

1、服务器配置

  4c8g;centos7.9;关闭防火墙;配置hostname

  hostnamectl set-hostname node1

 

2、安装

  (1)准备KubeKey 

    export KKZONE=cn

    curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -

    chmod +x kk

  (2)使用KubeKey引导安装集群

    yum install -y conntrack

    ./kk create cluster --with-kubernetes v1.20.4 --with-kubesphere v3.1.1

    

     这里写yes就可以自动安装好了

     

     这样就安装好了,直接网页访问就可以了

原文地址:https://www.cnblogs.com/Nanaya/p/15662372.html