kelseyhightower / vault-on-google-kubernetes-engine

How to guide on running HashiCorp's Vault on Google Kubernetes Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault PODS are in pending state for ever

ravismd opened this issue · comments

Hi, my vault pods are in pending state for ever after helm install "HA mode, as integrated storage"
ubuntu@ip-172-31-12-183:~$ kubectl get pods --selector='app.kubernetes.io/name=vault' --namespace='vault'
NAME READY STATUS RESTARTS AGE
vault-0 0/1 Pending 0 20m
vault-1 0/1 Pending 0 20m

could anyone please help me out to get rid of this error?

Hi @ravismd - this repo does not use helm, so I think you may have opened an issue on the wrong repo. Check out https://github.com/hashicorp/vault-helm instead. Thanks!