我已经从homebrew (https://formulae.brew.sh/formula/helm)安装了helm3。我将安装helm-diff (https://github.com/databus23/helm-diff)。
这是我的命令:
helm plugin install https://github.com/databus23/helm-diff结果是:
Error: plugin already exists然后我:
helm plugin list并返回
NAME VERSION DESCRIPTION我也尝试过:
helm plugin uninstall https://github.com/databus23/helm-diff并返回
Error: Plugin: https://github.com/databus23/helm-diff not found我应该怎么做才能安装这个插件?
发布于 2021-08-30 11:00:52
转到~/Library/helm/plugins查看helm-diff是否存在。然后删除该目录。它应该可以解决你的问题。
https://stackoverflow.com/questions/68982845
复制相似问题