Helm stuck in PENDING_INSTALL

7/17/2019

I can't get out of this state: PENDING_INSTALL. This is causing terraform to fail to deploy. Is there any way out of this without deleting?

# helm status core-api
LAST DEPLOYED: Mon Jul 15 14:35:21 2019
NAMESPACE: master
STATUS: PENDING_INSTALL

RESOURCES:
==> v1/Deployment
NAME      READY  UP-TO-DATE  AVAILABLE  AGE
core-api  2/2    2           2          2d1h

==> v1/Pod(related)
NAME                       READY  STATUS   RESTARTS  AGE
core-api-5744cb4c68-fjd6f  1/1    Running  0         3h43m
core-api-5744cb4c68-mwgsw  1/1    Running  0         3h18m

==> v1/Service
NAME      TYPE          CLUSTER-IP      EXTERNAL-IP       PORT(S)                     AGE
core-api  LoadBalancer  x.x.x.x  a4d81902ea72f...  80:31404/TCP,443:32035/TCP  2d1h
-- Ryan
kubernetes-helm

0 Answers