# helm-deploy-v3 **Repository Path**: strait-labs/helm-deploy-v3 ## Basic Information - **Project Name**: helm-deploy-v3 - **Description**: 与K8s v1.18.0对应的Helm仓库部署描述 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-12 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ckmro.com K8s Helm Deployment Repository ## Description * stable: develop charts. * incubator: stable charts. ## 版本说明 * Helm Version: 3.3.x * Kubernetes Version: 1.18.x ## Uninstall Helm2.x * kubectl get all -n kube-system -l app=helm -o name * kubectl get all -n kube-system -l app=helm -o name| xargs kubectl delete -n kube-system ## Install Helm 3.3.x * https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz * 无tiller ## How Use? * helm repo add ckmro_stable http://strait-labs.gitee.io/helm-deploy-v3/ckmro/stable * helm repo add ckmro_develop http://strait-labs.gitee.io/helm-deploy-v3/ckmro/develop * kubectl create cm -n traefik traefik-config --from-file=traefik-config.yaml