Kubernetes/部署文档/KubeSphere/基于KubeSphereLuban快速部署单机Kubernetes.md
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00

904 B

本文作者:丁辉

基于KubeSphereLuban搭建开发环境

官方文档

  1. 准备 Kubernetes 集群

    curl -sfL https://get-kk.kubesphere.io | sh -
    ./kk create cluster --with-local-storage  --with-kubernetes v1.25.4 --container-manager containerd  -y
    
  2. 准备 Helm 工具

    curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
    
  3. 安装 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 配置