diff --git a/argo-rollouts-workshop/main/05-canary-rollout.html b/argo-rollouts-workshop/main/05-canary-rollout.html index d2af9c2..9ea0b04 100644 --- a/argo-rollouts-workshop/main/05-canary-rollout.html +++ b/argo-rollouts-workshop/main/05-canary-rollout.html @@ -807,11 +807,26 @@
Since we no longer have a manual pause step the promotion will occur automatically as long as the analysis step completes successfully.
+Note that since we no longer have a manual pause step the promotion will complete automatically as long as the +analysis step executes successfully.
While the analysis is executing, or at anytime during the promotion, you can view the progress either in the dashboard or with the -Argo Rollouts kubectl command.
+Let’s do our promotion to the green
image, go to the user%USERNUM%-tools
namespace and start the pipeline
+again. Once the pipeline has completed, observe the behavior of the canary deployment during the process in
+the Argo Rollouts Dashboard.
+ + | ++If you want to try this multiple times to look at different things feel free to use the pipeline +to deploy different colors. Remember the available colors are available .here. + | +