Skip to content

Commit

Permalink
Issue 270: Add doc for operator upgrade (#271)
Browse files Browse the repository at this point in the history
* Add doc for operator upgrade

Signed-off-by: wenqimou <[email protected]>

* Add readme

Signed-off-by: wenqimou <[email protected]>
  • Loading branch information
Wenqi authored and pbelgundi committed Sep 20, 2019
1 parent 656eaf1 commit 5163136
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The project is currently alpha. While no breaking API changes are currently plan
* [Requirements](#requirements)
* [Quickstart](#quickstart)
* [Install the Operator](#install-the-operator)
* [Upgrade the Operator](#upgrade-the-operator)
* [Install a sample Pravega Cluster](#install-a-sample-pravega-cluster)
* [Scale a Pravega Cluster](#scale-a-pravega-cluster)
* [Upgrade a Pravega Cluster](#upgrade-a-pravega-cluster)
Expand Down Expand Up @@ -59,6 +60,14 @@ NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
foo-pravega-operator 1 1 1 1 17s
```

### Upgrade the Operator
Pravega operator can be upgraded by modifying the image tag using
```
$ kubectl edit <operator deployment name>
```
Currently, the minor version upgrade is supported, e.g. 0.4.0 -> 0.4.1. However, the major version upgrade
has not been supported yet, e.g. 0.4.0 -> 0.5.0.

### Install a sample Pravega cluster

#### Set up Tier 2 Storage
Expand Down

0 comments on commit 5163136

Please sign in to comment.