yudong 您好,我通过您给的帖子,因为我还没开启插件就用了下面的方法:
# 清理开启失败的残留 release
helm -n kubesphere-devops-system delete devops
# 执行下面命令,获取 ks-installer 镜像
kubectl -n kubesphere-system get deployments ks-installer –no-headers -o custom-columns=:.spec.template.spec.containers[0].image
得到 registry.cn-beijing.aliyuncs.com/kubesphereio/ks-installer:v3.4.1
# 在获取的镜像最后加上 ‘-patch.0’ ,执行下面命令更新 ks-installer 镜像
kubectl -n kubesphere-system patch deployments ks-installer –type=‘json’ -p=‘[{“op”: “replace”, “path”: “/spec/template/spec/containers/0/image”, “value”: “registry.cn-beijing.aliyuncs.com/kubesphereio/ks-installer:v3.4.1-patch.0”}]’
修改patch后发现 ks-install起不起来了,报下面这个错误,是要手动重启吗还是什么?
