Open rdeb22 opened 4 years ago
Hey, did u solve it?
Has anyone been able to find the solution? I am facing a similar issue.
Following up on this, facing a very similar issue.
Just FYI for others ... I found that if you 'describe' the deployment or sh into the container you'll see that vault cannot communicate with the backend. I had to add "ha.raft.enabled=true" and not use consul and got past this error.
@aram535 I had to do the same.. so the helm chart mentions that consul will be auto deployed but in my case when i did a dry-run i didn't notice any consul deployments.. :/
Anyone able to solve this with Consul as backend ?
Anyone able to solve this with Consul as backend ?
I had the same issue. The solution here help me. To be exact, I used the Consul serviceName in vault's helmchart. Then restarted vault.
i can't solve in vault
I have deployed Vault on k8s in HA and want to use consul as storage. The pods are not running.
Logs
Describing the Pod
Consul is running as standalone. (Not in K8s)
values.yaml config added. ha: enabled: true replicas: 3
config: | ui = true
Another question is , vault should have consul client running, But, consul is not running and I am receiving error even while passing the setting the variable env.