Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
upgrade.md: fix command and bump default vault version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasbro17 committed Oct 9, 2017
1 parent 63ec330 commit ad535a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/user/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ metadata:
name: "example-vault"
spec:
nodes: 2
version: "0.8.0-0"
version: "0.8.3-0"
```
After the Vault cluster is deployed and unsealed, there will be one active and one standby.
Upgrade Vault version to `0.8.0-1`:
Upgrade Vault version to `0.8.3-1`:

```
kubectl -n vault-services get vault example-vault -o yaml | sed 's/version: 0.8.0-0/version: 0.8.0-1/g' | kubectl apply -f
kubectl -n vault-services get vault example-vault -o yaml | sed 's/version: 0.8.3-0/version: 0.8.3-1/g' | kubectl apply -f -
```
Vault operator will upgrade all nodes except the active node to keep service availability.
Expand Down

0 comments on commit ad535a5

Please sign in to comment.