problem Helm stuck in pending state / helm Initial install underway

If you run

helm status customer-dapp-api --namespace testing

or if you want to see all deployment under a namespace, simply run 

helm ls -a -n testing 
 
And you get helm saying "helm Initial install underway" and pissing you off, then just run the following command to remove it.
 
helm uninstall customer-dapp-api --namespace testing and then redeploy.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm