Skip to content

Commit

Permalink
[CI] Publish Documentation for 45b2c04 - 45b2c04 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 16, 2023
1 parent 6161fb6 commit 2fd15c8
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
3 changes: 3 additions & 0 deletions argo-rollouts-workshop/main/01-getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<button class="nav-item-toggle"></button>
<a class="nav-link" href="03-bluegreen-rollout.html">3. Blue-Green Rollout</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="03-bluegreen-rollout.html#deploy-blue-green-overview">Blue-Green Overview</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="03-bluegreen-rollout.html#deploy-blue-green-rollout">Deploy Blue-Green Rollout</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions argo-rollouts-workshop/main/02-workshop-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<button class="nav-item-toggle"></button>
<a class="nav-link" href="03-bluegreen-rollout.html">3. Blue-Green Rollout</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="03-bluegreen-rollout.html#deploy-blue-green-overview">Blue-Green Overview</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="03-bluegreen-rollout.html#deploy-blue-green-rollout">Deploy Blue-Green Rollout</a>
</li>
Expand Down
19 changes: 19 additions & 0 deletions argo-rollouts-workshop/main/03-bluegreen-rollout.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<button class="nav-item-toggle"></button>
<a class="nav-link" href="03-bluegreen-rollout.html">3. Blue-Green Rollout</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#deploy-blue-green-overview">Blue-Green Overview</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#deploy-blue-green-rollout">Deploy Blue-Green Rollout</a>
</li>
Expand Down Expand Up @@ -146,6 +149,22 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<article class="doc">
<h1 class="page">Blue-Green Rollout</h1>
<div class="sect1">
<h2 id="blue-green-overview"><a class="anchor" href="#blue-green-overview"></a>Blue-Green Overview</h2>
<div class="sectionbody">
<div class="paragraph">
<p>In a blue-green deployment we deploy a new version of the application in a separate stack from the current version with
the two versions running in parallel for a period of time. This enables testing on the new version while users continue
to access the current version of the application until a cut-over of traffic happens. The diagram below shows this process
over time.</p>
</div>
<div class="imageblock">
<div class="content">
<img src="_images/overview-blue-green.png" alt="overview blue green">
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="deploy-blue-green-rollout"><a class="anchor" href="#deploy-blue-green-rollout"></a>Deploy Blue-Green Rollout</h2>
<div class="sectionbody">

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions argo-rollouts-workshop/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<button class="nav-item-toggle"></button>
<a class="nav-link" href="03-bluegreen-rollout.html">3. Blue-Green Rollout</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="03-bluegreen-rollout.html#deploy-blue-green-overview">Blue-Green Overview</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="03-bluegreen-rollout.html#deploy-blue-green-rollout">Deploy Blue-Green Rollout</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<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-16T19:24:51.499Z</lastmod>
<lastmod>2023-10-16T20:17:00.596Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/02-workshop-overview.html</loc>
<lastmod>2023-10-16T19:24:51.499Z</lastmod>
<lastmod>2023-10-16T20:17:00.596Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/03-bluegreen-rollout.html</loc>
<lastmod>2023-10-16T19:24:51.499Z</lastmod>
<lastmod>2023-10-16T20:17:00.596Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/index.html</loc>
<lastmod>2023-10-16T19:24:51.499Z</lastmod>
<lastmod>2023-10-16T20:17:00.596Z</lastmod>
</url>
</urlset>

0 comments on commit 2fd15c8

Please sign in to comment.