目录

helm

目录

概述

helm简单使用

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# 添加仓库
helm repo add openebs https://openebs.github.io/openebs

# 更新仓库
helm repo update

# 下载压缩包
helm pull openebs/openebs

# 下载特定版本压缩包
helm pull openebs/openebs --version

小结