Skip to content

Commit

Permalink
[CI] Publish Documentation for 657bcb5 - 657bcb5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 23, 2023
1 parent 62746fa commit fac598b
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 6 deletions.
64 changes: 64 additions & 0 deletions argo-rollouts-workshop/main/05-canary-rollout.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,70 @@ <h2 id="promote-image"><a class="anchor" href="#promote-image"></a>Promote Image
<img src="_images/argo-rollouts-dashboard-canary-pause.png" alt="argo rollouts dashboard canary pause">
</div>
</div>
<div class="paragraph">
<p>Now let&#8217;s see the behavior of the routes, first if you check the stable you will see
the blue version of the application:</p>
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route -n user%USERNUM%-prod stable -o jsonpath='{"https://"}{.spec.host}{"\n"}'</code></pre>
</div>
</div>
<div class="imageblock">
<div class="content">
<img src="_images/rollouts-demo-app-blue.png" alt="rollouts demo app blue">
</div>
</div>
<div class="paragraph">
<p>Next if we check the canary version of the application we should see the green version
of the application.</p>
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route -n user%USERNUM%-prod canary -o jsonpath='{"https://"}{.spec.host}{"\n"}'</code></pre>
</div>
</div>
<div class="imageblock">
<div class="content">
<img src="_images/rollouts-demo-app-green.png" alt="rollouts demo app green">
</div>
</div>
<div class="paragraph">
<p>Finally if we check the version of the application being delivered by the <code>all</code> route
which includes all pods there will be approximately 20% green squares versus 80%
blue squares:</p>
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc get route -n user%USERNUM%-prod all -o jsonpath='{"https://"}{.spec.host}{"\n"}'</code></pre>
</div>
</div>
<div class="imageblock">
<div class="content">
<img src="_images/rollouts-demo-app-canary-blue-green.png" alt="rollouts demo app canary blue green">
</div>
</div>
<div class="paragraph">
<p>To promote the rollout, you can either promote it from the dashboard using the <code>Promote</code>
button or you can promote it using the following command:</p>
</div>
<div class="listingblock console-input">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc argo rollouts promote rollouts-demo -n user%USERNUM%-prod</code></pre>
</div>
</div>
<div class="paragraph">
<p>Observe the dashboard once it has been promoted, the dashboard will show the progression
of the steps by highlight each step as it is being executed.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="inline-analysis"><a class="anchor" href="#inline-analysis"></a>Inline Analysis</h2>
<div class="sectionbody">
<div class="paragraph">
<p>In the last section there was a pause step that provided an opportunity</p>
</div>
</div>
</div>
<nav class="pagination">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-23T17:40:31.158Z</lastmod>
<lastmod>2023-10-23T19:38:54.110Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/02-workshop-overview.html</loc>
<lastmod>2023-10-23T17:40:31.158Z</lastmod>
<lastmod>2023-10-23T19:38:54.110Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/03-bluegreen-rollout.html</loc>
<lastmod>2023-10-23T17:40:31.158Z</lastmod>
<lastmod>2023-10-23T19:38:54.110Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/04-analysis.html</loc>
<lastmod>2023-10-23T17:40:31.158Z</lastmod>
<lastmod>2023-10-23T19:38:54.110Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/05-canary-rollout.html</loc>
<lastmod>2023-10-23T17:40:31.158Z</lastmod>
<lastmod>2023-10-23T19:38:54.110Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/index.html</loc>
<lastmod>2023-10-23T17:40:31.158Z</lastmod>
<lastmod>2023-10-23T19:38:54.110Z</lastmod>
</url>
</urlset>

0 comments on commit fac598b

Please sign in to comment.