VaultLostLeadership#
This alert indicates that Vault has lost its leader.
Troubleshooting Hints#
This alert may be a symptom of an infrastructure issue, please do a quick analysis of it.
Try to read a secret from Vault to check is the service Vault is up.
Possibly, try to restart the pods
for ((i=0;i<3;i++)); do
kubectl -n vault delete pods vault-cloud-ha-$i
kubectl -n vault wait --for=condition=Ready vault-cloud-ha-$i
done
Even if the issue is fixed, the alert will not disapear before 30 min. So, silence the alert for 30 minutes.