Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 23, 2023
1 parent c0864b5 commit c03949b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/modules/ROOT/pages/05-canary-rollout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c03949b

Please sign in to comment.