904 B
904 B
本文作者:丁辉
基于KubeSphereLuban搭建开发环境
-
准备 Kubernetes 集群
curl -sfL https://get-kk.kubesphere.io | sh - ./kk create cluster --with-local-storage --with-kubernetes v1.25.4 --container-manager containerd -y
-
准备 Helm 工具
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
-
安装 KubeSphere Luban Helm Chart
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-0.4.0.tgz --set apiserver.nodePort=30881 --debug --wait
更多配置参数,请参考KubeSphere Helm Chart 配置