Skip to content

Commit

Permalink
Issue 439: Updating documentation
Browse files Browse the repository at this point in the history
Signed-off-by: SrishT <[email protected]>
  • Loading branch information
SrishT authored and SrishT committed Aug 21, 2020
1 parent 3da6798 commit 88d75fc
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 @@ -115,7 +115,7 @@ The upgrade to Operator 0.5.0 can be triggered using the following command
helm upgrade <operator release name> <location of 0.5.0 charts> --set webhookCert.crt=<tls.crt> --set webhookCert.generate=false --set webhookCert.certName=<cert-name> --set webhookCert.secretName=<secret-name>
```

Once the upgrade completes and the following command stops returning a response instead of throwing an error message
Once the upgrade completes and the following command starts returning a response instead of throwing an error message (this might take around 7 to 10 minutes after the operator upgrade has been done)
```
kubectl describe PravegaCluster
```
Expand Down

0 comments on commit 88d75fc

Please sign in to comment.