kelseyhightower / vault-on-google-kubernetes-engine

How to guide on running HashiCorp's Vault on Google Kubernetes Engine
387 stars 57 forks source link

Vault PODS are in pending state for ever #21

Closed ravismd closed 3 years ago

ravismd commented 3 years ago

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?

sethvargo commented 3 years ago

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!