Skip to content

HELM安装

1. 安装helm

bash
curl -fSsL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh

初始化

bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add stable http://mirror.azure.cn/kubernetes/charts
helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo update
helm repo ls
helm search repo nginx

常见命令

bash
helm repo update
helm show values bitnami/nginx

helm 安装常用软件

Harbor

bash
helm repo add harbor https://helm.goharbor.io
helm fetch harbor/harbor --untar