HA Vault node uninitialised after the machine reboots

I set up a 3-node HA Vault cluster with an integrated storage backend. I did that by deploying the nodes as a Docker container. I initialised all of them manually at first via the UI. For testing out the failover, I rebooted one machine manually. Another machine successfully got elected as the active node. However, the machine I rebooted showed that it is uninitialised.

image

Ideally, I think it should be initialised but sealed.

# vault status
Key                Value
---                -----
Seal Type          shamir
Initialized        false
Sealed             true
Total Shares       0
Threshold          0
Unseal Progress    0/0
Unseal Nonce       n/a
Version            1.11.3
Build Date         2022-08-26T10:27:10Z
Storage Type       raft
HA Enabled         true

Is there something I am missing here?

This seems like a red flag to me - initialising is something you do once per cluster.

If you really initialised all of them, you actually had 3 single-node Vault clusters, not one three-node cluster.

But you say you saw a failover between them, so perhaps that’s not what you mean.

I wonder if you actually completed joining this node to the new cluster?

When you join a new Raft node to a shamir-seal cluster, the join is not complete until you unseal the new node after joining. Until you do that, it is not really joined, it’s just waiting for credentials to complete joining.