diff --git a/documentation/modules/ROOT/pages/05-canary-rollout.adoc b/documentation/modules/ROOT/pages/05-canary-rollout.adoc index d7ad34f..1164fc3 100644 --- a/documentation/modules/ROOT/pages/05-canary-rollout.adoc +++ b/documentation/modules/ROOT/pages/05-canary-rollout.adoc @@ -219,9 +219,10 @@ NAME KIND STATUS AGE INFO └──□ rollouts-demo-66d84bcd76-vcv6z Pod ✔ Running 19m ready:1/1 ---- -Notice that we have two ReplicaSets, one with 2 pods and the other with 7 pods -corresponding to the preview and stable services respectively. Recall in our first step that - we set a weight of 20% to the canary service. +There are a few things of note here. First the status of the Rollout is `Paused` due +to the pause step with no duration. Second that we have two ReplicaSets, one with 2 pods +and the other with 7 pods corresponding to the preview and stable services respectively. +Recall in our first step that we set a weight of 20% to the canary service. Next visit the Argo Rollouts Dashboard and note that the the rollout is paused on the `pause` step: