diff --git a/doc/operator-upgrade.md b/doc/operator-upgrade.md index a970c73fb..1d3b3ef4a 100644 --- a/doc/operator-upgrade.md +++ b/doc/operator-upgrade.md @@ -115,7 +115,7 @@ The upgrade to Operator 0.5.0 can be triggered using the following command helm upgrade --set webhookCert.crt= --set webhookCert.generate=false --set webhookCert.certName= --set webhookCert.secretName= ``` -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 ```