Back to articles
June 3, 2024

Kubernetes: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress

troubleshoot error:

UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress

(the release that was in progress didn't show when I ran helm ls -n <namespace>)

helm delete <release that's in progress> -n <namespace>

example:

>>helm delete inventory-api-development -n development
release "inventory-api-development" uninstalled
Loading comments...