本文作者:丁辉
基于KubeSphereLuban搭建开发环境
准备 Kubernetes 集群
1
2curl -sfL https://get-kk.kubesphere.io | sh -
./kk create cluster --with-local-storage --with-kubernetes v1.25.4 --container-manager containerd -y准备 Helm 工具
1
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
安装 KubeSphere Luban Helm Chart
1
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 配置
I'm so cute. Please give me money.
- 本文链接: https://blog.offends.cn/Kubernetes/部署文档/KubeSphere/基于KubeSphereLuban快速部署单机Kubernetes.html
- 版权声明: 本博客所有文章除特别声明外,均默认采用 CC BY-NC-SA 4.0 许可协议。