根据chaos-mesh官网教程,部署离线版本chaos-mesh遇到问题,执行helm安装的时候,报错如下:
Error: INSTALLATION FAILED: Unable to continue with install: ServiceAccount “chaos-daemon” in namespace “chaos-mesh” exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key “meta.helm.sh/release-name” must equal “chaos-mesh”: current value is “chao-mesh”
补充场景: docker login登录私有仓库的时候,helm3命令无法使用,只能将docker退出登录,helm3命令才能使用,是否会跟这个有关系呢?