Skip to content

Commit

Permalink
Finish canary module, add conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 23, 2023
1 parent 6bb1e45 commit 031a0ff
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
* xref:05-canary-rollout.adoc[5. Canary Rollout]
** xref:05-canary-rollout.adoc#canary-overview[Canary Overview]
** xref:05-canary-rollout.adoc#deploy-canary-rollout[Deploy Canary Rollout]
** xref:05-canary-rollout.adoc#promote-image[promote Image]
** xref:05-canary-rollout.adoc#inline-analysis[Inline Analysis]
* xref:06-conclusion.adoc[6. Conclusion]
** xref:06-conclusion.adoc#more-resources[More Resources]
7 changes: 7 additions & 0 deletions documentation/modules/ROOT/pages/05-canary-rollout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,10 @@ the Argo Rollouts Dashboard.
[NOTE]
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 .link:https://quay.io/repository/openshiftdemos/rollouts-demo?tab=tags[here, window='_blank'].

In the dashboard, if you catch it before it completes, you can see the analysis step executing. Similar to
what we saw in the previous module, the analysis button will be grey while it is executing, green when it
has completed successfully or red if it failed. Here is what the dashboard looks like while the
analysis is executing:

image::argo-rollouts-dashboard-analysis-executing.png[]
16 changes: 16 additions & 0 deletions documentation/modules/ROOT/pages/06-conclusion.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
= Conclusion
include::_attributes.adoc[]

In this workshop we learned about Argo Rollouts, how the blue-green and canary strategies work and finally using
Analysis to perform automated testing of the Rollout.

[#more-resources]
== More Resources

To learn more about Argo Rollouts, please feel free to checkout this resources:

* link:https://argo-rollouts.readthedocs.io/en/stable/[Argo Rollout documentation, window='_blank']
* link:https://www.redhat.com/architect/blue-green-canary-argo-rollouts[How to do blue/green and canary deployments with Argo Rollouts,window='_blank']
* link:https://cloud.redhat.com/blog/trying-out-argo-rollouts-in-openshift-gitops-1.9[Trying out Argo Rollouts in OpenShift GitOps 1.9,window='_blank']

0 comments on commit 031a0ff

Please sign in to comment.