Skip to content

Commit

Permalink
Add upgrade guide for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Jun 17, 2021
1 parent c4dcd8d commit 5c3abee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

This pages describes Scylla Operator upgrade procedures.

## `v1.2.0` -> `v1.3.0`

Sidecar image is going to be upgraded automatically, so a rolling restart of your Scylla clusters is expected during the upgrade procedure.

1. Checkout source code of v1.3.0:
```
git checkout v1.3.0
```
1. Update Scylla Operator from deploy directory:
```
kubectl -n scylla-operator apply -f deploy/operator
```
1. Wait until Scylla Operator is up and running:
```
kubectl wait --for condition=established crd/scyllaclusters.scylla.scylladb.com
kubectl -n scylla-operator rollout status deployment.apps/scylla-operator
```
## `v1.1.0` -> `v1.2.0`
1.2.0 release brought a lot of changes to the Scylla Operator deployment process.
Expand Down

0 comments on commit 5c3abee

Please sign in to comment.