Hello everybody!
When looking at the documentation on how to deploy Vault using helm chart on OCP here, There is a section that describes how to configure a highly available cluster using Raft Mode which is basically using internal storage for Vault.
We wanted to check whether it will work if we deploy Vault to write to an S3 endpoint with ha_mode on, and we got this error from the pod - “service_registration is configured, but storage does not support HA”.
So my questions are -
- Do you think it will be supported in the future?
- If I deploy Vault with HA on internal storage (using PVCs), is there a procedure you would recommend to backup the data from PVC to somewhere else outside the OCP cluster (For example to S3 endpoint)? And how would you do that?