Skip to content

Commit

Permalink
docs: add info on how to unseal Vault with k3d (close #256)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Oct 2, 2023
1 parent 7d58838 commit 1dc6159
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/k3d/explore/vault.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ sidebar_position: 7
import ExploreVault from "../../common/vault.mdx"

<ExploreVault />

### Unseal Vault

Vault may automatically seal itself with k3d if you restart Docker or your computer goes to sleep. Usually, you would have to retrieve all the three unseal keys, and manually enter them, but with kubefirst, you can unseal Vault with one easy command:

```shell
kubefirst k3d unseal-vault
```

0 comments on commit 1dc6159

Please sign in to comment.