Skip to content

Commit

Permalink
More content
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 23, 2023
1 parent 2109d8b commit bc38bf0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion documentation/modules/ROOT/pages/05-canary-rollout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,39 @@ You should see output as follows:
[.console-output]
[source,bash,subs="attributes+,+macros"]
----
Name: rollouts-demo
Namespace: user1-prod
Status: ✔ Healthy
Strategy: Canary
Step: 7/7
SetWeight: 100
ActualWeight: 100
Images: quay.io/openshiftdemos/rollouts-demo:blue (stable)
Replicas:
Desired: 8
Current: 8
Updated: 8
Ready: 8
Available: 8


NAME KIND STATUS AGE INFO
⟳ rollouts-demo Rollout ✔ Healthy 4m56s
└──# revision:1
└──⧉ rollouts-demo-66d84bcd76 ReplicaSet ✔ Healthy 5s stable
├──□ rollouts-demo-66d84bcd76-c4d6j Pod ✔ Running 5s ready:1/1
├──□ rollouts-demo-66d84bcd76-f9qvw Pod ✔ Running 5s ready:1/1
├──□ rollouts-demo-66d84bcd76-gp9xp Pod ✔ Running 5s ready:1/1
├──□ rollouts-demo-66d84bcd76-gpqwj Pod ✔ Running 5s ready:1/1
├──□ rollouts-demo-66d84bcd76-k6dwl Pod ✔ Running 5s ready:1/1
├──□ rollouts-demo-66d84bcd76-mlj5q Pod ✔ Running 5s ready:1/1
├──□ rollouts-demo-66d84bcd76-wp4tj Pod ✔ Running 5s ready:1/1
└──□ rollouts-demo-66d84bcd76-z8kr2 Pod ✔ Running 5s ready:1/1
----

Next, examining the Argo Rollouts Dashboard we can see the inline Analysis being shown with the other steps:

image::argo-rollouts-dashboard-canary-analysis.png[]

Since we no longer have a manual pause step the promotion will occur automatically as long as the analysis step completes successfully.

While the analysis is executing, or at anytime during the promotion, you can view the progress either in the dashboard or with the
Expand Down

0 comments on commit bc38bf0

Please sign in to comment.