Skip to content

Commit

Permalink
Issue 485: Documentation changes for operator upgrade (#486)
Browse files Browse the repository at this point in the history
* Added documentation changes

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

* Fixed typo

Signed-off-by: anishakj <[email protected]>
  • Loading branch information
anishakj authored Dec 14, 2020
1 parent da3a020 commit 286a311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/operator-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ See: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/cus
2. Cert-Manager v0.15.0+ or some other certificate management solution must be deployed for managing webhook service certificates. The upgrade trigger script assumes that the user has [cert-manager](https://cert-manager.io/docs/installation/kubernetes/) installed but any other cert management solution can also be used and script would need to be modified accordingly.
To install cert-manager check [this](https://cert-manager.io/docs/installation/kubernetes/).

3. [Bookkeeper Operator](https://github.com/pravega/bookkeeper-operator/tree/master/charts/bookkeeper-operator) must be deployed in the same namespace as Pravega Operator, prior to triggering the upgrade. Also, Bookkeeper operator version map should contain the bookkeeper versions of the installed bookkeeper.
3. [Bookkeeper Operator](https://github.com/pravega/bookkeeper-operator/tree/master/charts/bookkeeper-operator) version `0.1.3` or below must be deployed in the same namespace as Pravega Operator, prior to triggering the upgrade. You can upgrade to higher bookkeeper-operator versions later, if required. Also, Bookkeeper operator version map should contain the bookkeeper versions of the installed bookkeeper.

4. Install an Issuer and a Certificate (either self-signed or CA signed) in the same namespace as the Pravega Operator (refer to [this](https://github.com/pravega/pravega-operator/blob/master/deploy/certificate.yaml) manifest to create a self-signed certificate in the default namespace).

Expand Down

0 comments on commit 286a311

Please sign in to comment.