-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Helm release stuck with status "pending-upgrade" #7476
Description
Output of helm version:
version.BuildInfo{Version:"v3.0.2", GitCommit:"19e47ee3283ae98139d98460de796c1be1e3975f", GitTreeState:"clean", GoVersion:"go1.13.5"}
Output of kubectl version:
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.3", GitCommit:"b3cbbae08ec52a7fc73d334838e18d17e8512749", GitTreeState:"clean", BuildDate:"2019-11-14T04:24:29Z", GoVersion:"go1.12.13", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.8", GitCommit:"211047e9a1922595eaa3a1127ed365e9299a6c23", GitTreeState:"clean", BuildDate:"2019-10-15T12:02:12Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
AWS
I had installed Prometheus Operator around a month ago.
helm list --all-namespaces -a
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
spw-test monitoring 27 2019-12-20 07:24:19.770034 +0100 CET pending-upgrade prometheus-operator-8.1.8 0.34.0
The status is stuck on `pending-upgrade and I can't seem to do anything about this.
helm upgrade test . --namespace monitoring
Error: UPGRADE FAILED: "spw-test" has no deployed releases
helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
helm delete spw-test
Error: uninstall: Release not loaded: spw-test: release: not found
helm install spw-test . -n monitoring
Error: cannot re-use a name that is still in use
I'd like to either get rid of this release and create a new one. Or somehow fix this so that I can do helm upgrade on the release