helm添加插件 发表于 2021-11-04 分类于 helm 阅读次数: 本文字数: 367 阅读时长 ≈ 1 分钟 helm3添加push插件 下载安装包helm-push 1wget https://hub.fastgit.org/chartmuseum/helm-push.git 查看helm的plugin路径 12helm envHELM_PLUGINS="C:\Users\vvv\AppData\Roaming\helm\plugins" 在该路径下创建helm-push文件夹,并将安装包拷贝到该文件夹下解压即可 1C:\Users\vvv\AppData\Roaming\helm\plugins\helm-push 12$ helm cm-pushError: This command needs 2 arguments: name of chart, name of chart repository (or repo URL) 可将配置文件中name改为插件名