helm Error: INSTALLATION FAILED: cannot re-use a name that is still in use

前言

使用helm安装服务报错,修改chat后重新安装报错:安装失败:无法重复使用仍在使用的名称

解决方法

1、查找安装失败的服务

helm -n {namespace} ls -a

2、删除安装失败的服务,比如服务为 octopus

helm -n {namespace} delete octopus

或者

helm uninstall octopus

3、之后就可以使用helm重新安装服务了

helm install octopus
posted @ 2024-03-19 22:31  牛奔  阅读(366)  评论(0编辑  收藏  举报