https://github.com/helm/helm/releases
安装helm
| Code Block |
|---|
wget https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz tar zxvf helm-v3.12.0-linux-amd64.tar.gz cp linux-amd64/helm /usr/bin chmod +x /usr/bin/helm helm version |
...
| Code Block |
|---|
helm fetch polardbx/polardbx-operator |
| Code Block |
|---|
导出values.yaml文件,修改参数 helm show values vector-operator/vector-operator > values.yaml 生成完整的yaml文件 helm install vector-operator vector-operator/vector-operator -f values.yaml -n NAMESPACE --debug --dry-run |