openbao.md updated
This commit is contained in:
parent
fba7cb3749
commit
6cf0c13cff
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ kubectl get pods -l app.kubernetes.io/name=openbao
|
||||||
kubectl exec -ti openbao-0 -- bao operator init
|
kubectl exec -ti openbao-0 -- bao operator init
|
||||||
```
|
```
|
||||||
|
|
||||||
3. And to unseal it you'll have to run the following commant at least three times - each time with a different key:
|
3. And to unseal it you'll have to run the following command at least three times - each time with a different key:
|
||||||
```
|
```
|
||||||
kubectl exec -ti openbao-0 -- bao operator unseal
|
kubectl exec -ti openbao-0 -- bao operator unseal <key>
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Repeat step **2** and **3** for the rest of the pods
|
4. Repeat step **2** and **3** for the rest of the pods
|
||||||
|
|
Loading…
Reference in a new issue