【发布时间】:2020-07-31 03:53:10
【问题描述】:
上次升级失败时出现此错误。
如果不手动删除我的所有 pod 和服务,我将无法升级。
Error: UPGRADE FAILED: rendered manifests contain a new resource that already exists.
Unable to continue with update: existing resource conflict: namespace: ns-xy, name: svc-xy, existing_kind: /v1, Kind=Service, new_kind: /v1, Kind=Service
我尝试了helm upgrade --force,但没有成功。
一种解决方案是删除所有更新的服务和部署,但这很长并且会造成长时间的中断。
如何强制升级?
【问题讨论】:
标签: kubernetes-helm