Currently I’m installing vault (hashicorp/vault 0.20.1 1.10.3 ) I’m unable to initialize vault-0 if I do that below error is coming.
Error initializing: Error making API request.
URL: PUT http://127.0.0.1:8200/v1/sys/init
Code: 400. Errors:
- Vault is already initialized
command terminated with exit code 2
If I skip this step next step is to display unseal key using jq command in cluster-keys.json but it should return unseal key but it is not returning
Can anyone help me on this issue