安装Kubernetes

详情参考:https://www.kubesphere.io/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere/

  • 安装依赖项
    
    - 下载kubekey   
    
        ```shell
            export KKZONE=cn
            curl -sfL https://get-kk.kubesphere.io | sh -
            sudo chmod +x kk
            
        ```
        
    - 创建集群
    ./kk create config –with-kubernetes ```