koderover/zadig

The helm project was deleted inexplicably, causing deployment to fail.

Closed this issue · 2 comments

What happened?

The helm project was deleted inexplicably, causing deployment to fail.

Error message : failed to upgrade release: xxxxxx with exceptional status: pending-upgrade
image

Recently, I have encountered many situations where the helm project has been deleted. I want to know where this is triggered.

The current solution is to delete and add items again.

Environment

kubernetes

# kubectl version
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.1", GitCommit:"632ed300f2c34f6d6d15ca4cef3d3c7073412212", GitTreeState:"clean", BuildDate:"2021-08-19T15:45:37Z", GoVersion:"go1.16.7", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"22+", GitVersion:"v1.22.5-tke.16", GitCommit:"46fb434974610ee08537403457ec1f88d645ec19", GitTreeState:"clean", BuildDate:"2023-05-22T02:45:43Z", GoVersion:"go1.16.14", Compiler:"gc", Platform:"linux/amd64"}

zadig

1.15.0

At that time, the deletion might not have been successful, and there could be residual data. You can execute helm list -ato check for specific information.

At that time, the deletion might not have been successful, and there could be residual data. You can execute helm list -ato check for specific information.

Thanks, I'll check it out when it comes back.