centos版本CentOS 9 Stream x64/4 core 8g
官网地址:https://kubesphere.io/zh/docs/v3.4/quick-start/all-in-one-on-linux/
k8s版本1.22.12 kubesphere版本3.4.1
sudo systemctl stop firewalld
sudo yum install conntrack-tools socat
curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.13 sh -
chmod +x kk
./kk create cluster --with-kubernetes v1.22.12 --with-kubesphere v3.4.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