You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Vault becomes sealed, you have the option to unseal it using the unseal token stored in Kubernetes secrets.
129
+
*** NOTE: Optional***
130
+
The Vault Init job ensures Vault is unseald post installation. However if you find out Vault becomes sealed, you have the option to unseal it using the unseal token stored in Kubernetes secrets.
135
131
136
132
```
137
133
kubectl get secrets vault-unseal-key -n <namespace>
@@ -141,7 +137,13 @@ Unseal the vault pods using below command.
0 commit comments