参考文档:https://github.com/kaasops/vector-operator/blob/main/docs/quick-start.md

导出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

查看pod

kubectl get all -n vector| grep vector

列出vector

helm list -f vector-operator -n vector


查看部署历史

helm history vector-operator -n vector

卸载vector

helm uninstall vector-operator -n vector