This repository was archived by the owner on Feb 22, 2022. It is now read-only.
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
[incubator/vault] Readiness and Liveness Probe Failed leading to CrashLoopBackOff #11067
Closed
Description
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
Helm: v2.12.3
K8s: v1.11.6
Which chart:
incubator/vault
What happened:
Liveness probe failed
Readiness probe failed
What you expected to happen:
Vault pods up and running
How to reproduce it (as minimally and precisely as possible):
I follow the incubator/vault manual
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install incubator/vault --set vault.dev=false --set vault.config.storage.consul.address="myconsul-svc-name:8500",vault.config.storage.consul.path="vault"
Anything else we need to know:
None