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

CrashLoopBackOff When Deploying Vault

mitcharoo opened this issue · comments

Getting a continuous back-off and restart. Only thing I changed from the walk-through was the GKE cluster version to 1.11.10-gke.5 (1.11.2-gke.9 threw error).

501 error?:

Normal   Pulling    2m30s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  pulling image "busybox"
  Normal   Scheduled  2m30s                 default-scheduler                              Successfully assigned default/vault-0 to gke-vault-default-pool-d388ce56-gcx6
  Normal   Pulled     2m29s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  Successfully pulled image "busybox"
  Normal   Created    2m29s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  Created container
  Normal   Started    2m29s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  Started container
  Normal   Pulling    2m23s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  pulling image "vault:0.11.4"
  Normal   Pulled     2m19s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  Successfully pulled image "vault:0.11.4"
  Normal   Started    2m18s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  Started container
  Normal   Created    2m18s                 kubelet, gke-vault-default-pool-d388ce56-gcx6  Created container
  Normal   Pulling    2m4s (x3 over 2m28s)  kubelet, gke-vault-default-pool-d388ce56-gcx6  pulling image "gcr.io/hightowerlabs/vault-init"
  Normal   Created    2m3s (x3 over 2m23s)  kubelet, gke-vault-default-pool-d388ce56-gcx6  Created container
  Normal   Started    2m3s (x3 over 2m23s)  kubelet, gke-vault-default-pool-d388ce56-gcx6  Started container
  Normal   Pulled     2m3s (x3 over 2m24s)  kubelet, gke-vault-default-pool-d388ce56-gcx6  Successfully pulled image "gcr.io/hightowerlabs/vault-init"
  Warning  BackOff    2m2s (x3 over 2m16s)  kubelet, gke-vault-default-pool-d388ce56-gcx6  Back-off restarting failed container
  Warning  Unhealthy  2m1s (x2 over 2m11s)  kubelet, gke-vault-default-pool-d388ce56-gcx6  Readiness probe failed: HTTP probe failed with statuscode: 501

Can you use sethvargo/vault-on-gke instead? I don't think this repo has been updated to support later vault versions yet.

Will do, thanks Seth!