参考官网:https://kubesphere.io/zh/docs/v3.3/quick-start/all-in-one-on-linux/
image.png

下载KubeKey

在您下载 KubeKey 后,如果您将其传至新的机器,且访问 Googleapis 同样受限,在您执行以下步骤之前请务必再次执行 export KKZONE=cn 命令。

在线下载

  1. export KKZONE=cn
  2. curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -

image.png

离线上传

image.png
授权

  1. chmod +x kk

安装kubesphere和kubernetes

  1. ./kk create cluster --with-kubernetes v1.22.10 --with-kubesphere v3.3.0

报错,缺失依赖
image.png
安装依赖

  1. yum -y install conntrack
  2. yum -y install socat

再次执行安装

  1. export KKZONE=cn
  2. ./kk create cluster --with-kubernetes v1.22.10 --with-kubesphere v3.3.0

image.png
安装成功

访问:http://ren:30880/
image.png

在安装后启用 DevOps
image.png
image.png
image.png
验证安装

  1. kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f

image.png
image.png