From c03949b13c5dfb3c28a783130729cd59956fa899 Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Mon, 23 Oct 2023 10:39:58 -0700 Subject: [PATCH] Update content --- documentation/modules/ROOT/pages/05-canary-rollout.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: