Skip to content

Commit

Permalink
[CI] Publish Documentation for 6bb1e45 - 6bb1e45 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 23, 2023
1 parent 8af7ac3 commit 4b03031
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
21 changes: 18 additions & 3 deletions argo-rollouts-workshop/main/05-canary-rollout.html
Original file line number Diff line number Diff line change
Expand Up @@ -807,11 +807,26 @@ <h2 id="inline-analysis"><a class="anchor" href="#inline-analysis"></a>Inline An
</div>
</div>
<div class="paragraph">
<p>Since we no longer have a manual pause step the promotion will occur automatically as long as the analysis step completes successfully.</p>
<p>Note that since we no longer have a manual pause step the promotion will complete automatically as long as the
analysis step executes successfully.</p>
</div>
<div class="paragraph">
<p>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.</p>
<p>Let&#8217;s do our promotion to the <code>green</code> image, go to the <code>user%USERNUM%-tools</code> 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.</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
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 .<a href="https://quay.io/repository/openshiftdemos/rollouts-demo?tab=tags" target="_blank" rel="noopener">here</a>.
</td>
</tr>
</table>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/01-getting-started.html</loc>
<lastmod>2023-10-23T21:27:01.828Z</lastmod>
<lastmod>2023-10-23T21:30:13.868Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/02-workshop-overview.html</loc>
<lastmod>2023-10-23T21:27:01.828Z</lastmod>
<lastmod>2023-10-23T21:30:13.868Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/03-bluegreen-rollout.html</loc>
<lastmod>2023-10-23T21:27:01.828Z</lastmod>
<lastmod>2023-10-23T21:30:13.868Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/04-analysis.html</loc>
<lastmod>2023-10-23T21:27:01.828Z</lastmod>
<lastmod>2023-10-23T21:30:13.868Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/05-canary-rollout.html</loc>
<lastmod>2023-10-23T21:27:01.828Z</lastmod>
<lastmod>2023-10-23T21:30:13.868Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/index.html</loc>
<lastmod>2023-10-23T21:27:01.828Z</lastmod>
<lastmod>2023-10-23T21:30:13.868Z</lastmod>
</url>
</urlset>

0 comments on commit 4b03031

Please sign in to comment.