安装helm
国内helm下载链接参考
helm
华为镜像源地址
华为镜像源
wget https://mirrors.huaweicloud.com/helm/v3.0.3/helm-v3.0.3-linux-amd64.tar.gz
tar -xvzf helm-v3.0.3-linux-amd64.tar.gz
mv linux-amd64/helm /usr/local/bin/
helm
[root@master ~]# helm
The Kubernetes package manager
Common actions for Helm:
- helm search: search for charts
- helm pull: download a chart to your local directory to view
- helm install: upload the chart to Kubernetes
- helm list: list releases of charts
Environment variables:
+------------------+-----------------------------------------------------------------------------+
| Name | Description |
+------------------+-----------------------------------------------------------------------------+
| $XDG_CACHE_HOME | set an alternative location for storing cached files. |
| $XDG_CONFIG_HOME | set an alternative location for storing Helm configuration. |
| $XDG_DATA_HOME | set an alternative location for storing Helm data. |
| $HELM_DRIVER | set the backend storage driver. Values are: configmap, secret, memory |
| $HELM_NO_PLUGINS | disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins. |
| $KUBECONFIG