Skip to content

Commit

Permalink
[CI] Publish Documentation for bcf5ffe - bcf5ffe 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 16, 2023
1 parent a7ced9d commit 6161fb6
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 4 deletions.
9 changes: 9 additions & 0 deletions argo-rollouts-workshop/main/01-getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<li class="nav-item" data-depth="2">
<a class="nav-link" href="02-workshop-overview.html#deploy-application">Deploy Application</a>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<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-rollout">Deploy Blue-Green Rollout</a>
</li>
</ul>
</li>
</ul>
Expand Down
17 changes: 16 additions & 1 deletion argo-rollouts-workshop/main/02-workshop-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Workshop Overview :: Argo Rollouts Workshop</title>
<link rel="canonical" href="https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/02-workshop-overview.html">
<link rel="prev" href="01-getting-started.html">
<link rel="next" href="03-bluegreen-rollout.html">
<meta name="generator" content="Antora 3.0.0">
<link rel="stylesheet" href="../../_/css/site.css">
<link rel="icon" href="../../_/img/favicon.ico" type="image/x-icon">
Expand Down Expand Up @@ -95,6 +96,15 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<li class="nav-item" data-depth="2">
<a class="nav-link" href="#deploy-application">Deploy Application</a>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<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-rollout">Deploy Blue-Green Rollout</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -464,14 +474,19 @@ <h3 id="_deploy_development"><a class="anchor" href="#_deploy_development"></a>D
</div>
<div class="imageblock">
<div class="content">
<img src="_images/rollouts-demo-app.png" alt="rollouts demo app">
<img src="_images/rollouts-demo-app-blue.png" alt="rollouts demo app blue">
</div>
</div>
<div class="paragraph">
<p>In the next module we will deploy a Blue-Green Rollouts version of this application and compare and contrast it to
the traditional Kubernetes Deployment version of the application we just deployed.</p>
</div>
</div>
</div>
</div>
<nav class="pagination">
<span class="prev"><a href="01-getting-started.html" class="query-params-link">1. Getting Started</a></span>
<span class="next"><a href="03-bluegreen-rollout.html" class="query-params-link">3. Blue-Green Rollout</a></span>
</nav>
</article>
<aside class="toc sidebar" data-title="Contents" data-levels="2">
Expand Down
171 changes: 171 additions & 0 deletions argo-rollouts-workshop/main/03-bluegreen-rollout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Blue-Green Rollout :: Argo Rollouts Workshop</title>
<link rel="canonical" href="https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/03-bluegreen-rollout.html">
<link rel="prev" href="02-workshop-overview.html">
<meta name="generator" content="Antora 3.0.0">
<link rel="stylesheet" href="../../_/css/site.css">
<link rel="icon" href="../../_/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="article">
<header class="header">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="https://developers.redhat.com" target="_blank"><img
src="../../_/img/header_logo.png" height="40px" alt="Red Hat Developer Program"></a>
<a class="navbar-item" href="https://openshiftdemos.github.io/argo-rollouts-workshop">Argo Rollouts Workshop</a>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
<span></span>
</button>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="#">Books</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">CheatSheets</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">CheatSheet A</a>
<a class="navbar-item" href="#">CheatSheet B</a>
<a class="navbar-item" href="#">CheatSheet C</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Upcoming Events</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Event A</a>
<a class="navbar-item" href="#">Event B</a>
<a class="navbar-item" href="#">Event C</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">More Tutorials</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Tutorial A</a>
<a class="navbar-item" href="#">Tutorial B</a>
<a class="navbar-item" href="#">Tutorial C</a>
</div>
</div>
<div class="navbar-item">
<span class="control">
<a class="button is-primary" href="#">Download</a>
</span>
</div>
</div>
</div>
</nav>
</header>
<div class="body">
<div class="nav-container" data-component="argo-rollouts-workshop" data-version="main">
<aside class="nav">
<div class="panels">
<div class="nav-panel-menu is-active" data-panel="menu">
<nav class="nav-menu">
<h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts Workshop</a></h3>
<ul class="nav-list">
<li class="nav-item" data-depth="0">
<ul class="nav-list">
<li class="nav-item" data-depth="1">
<button class="nav-item-toggle"></button>
<a class="nav-link" href="01-getting-started.html">1. Getting Started</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="01-getting-started.html#cluster-login">Cluster Login</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="01-getting-started.html#open-web-terminal">Open the Web Terminal</a>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<button class="nav-item-toggle"></button>
<a class="nav-link" href="02-workshop-overview.html">2. Workshop Overview</a>
<ul class="nav-list">
<li class="nav-item" data-depth="2">
<a class="nav-link" href="02-workshop-overview.html#workshop-layout">Workshop Layout</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="02-workshop-overview.html#review-rollout-manager">Review RolloutManager</a>
</li>
<li class="nav-item" data-depth="2">
<a class="nav-link" href="02-workshop-overview.html#deploy-application">Deploy Application</a>
</li>
</ul>
</li>
<li class="nav-item is-current-page" data-depth="1">
<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-rollout">Deploy Blue-Green Rollout</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="nav-panel-explore" data-panel="explore">
<div class="context">
<span class="title">Argo Rollouts Workshop</span>
<span class="version">main</span>
</div>
<ul class="components">
<li class="component is-current">
<span class="title">Argo Rollouts Workshop</span>
<ul class="versions">
<li class="version is-current">
<a href="index.html">main</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</aside>
</div>
<main class="article">
<div class="toolbar" role="navigation">
<button class="nav-toggle"></button>
<a href="index.html" class="home-link"></a>
<nav class="breadcrumbs" aria-label="breadcrumbs">
<ul>
<li><a href="index.html">Argo Rollouts Workshop</a></li>
<li><a href="03-bluegreen-rollout.html">3. Blue-Green Rollout</a></li>
</ul>
</nav>
<div class="edit-this-page"><a href="https://github.com/OpenShiftDemos/argo-rollouts-workshop/edit/main/documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc">Edit this Page</a></div>
</div>
<div class="content">
<article class="doc">
<h1 class="page">Blue-Green Rollout</h1>
<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">

</div>
</div>
<nav class="pagination">
<span class="prev"><a href="02-workshop-overview.html" class="query-params-link">2. Workshop Overview</a></span>
</nav>
</article>
<aside class="toc sidebar" data-title="Contents" data-levels="2">
<div class="toc-menu"></div>
</aside>
</div>
</main>
</div>
<footer class="footer">
<a class="rhd-logo" href="https://developers.redhat.com" target="_blank"></div>
</footer>
<script src="../../_/js/vendor/clipboard.js"></script>
<script src="../../_/js/site.js"></script>
<script async src="../../_/js/vendor/highlight.js"></script>
</body>
</html>
9 changes: 9 additions & 0 deletions argo-rollouts-workshop/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ <h3 class="title"><a href="index.html" class=" query-params-link">Argo Rollouts
<li class="nav-item" data-depth="2">
<a class="nav-link" href="02-workshop-overview.html#deploy-application">Deploy Application</a>
</li>
</ul>
</li>
<li class="nav-item" data-depth="1">
<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-rollout">Deploy Blue-Green Rollout</a>
</li>
</ul>
</li>
</ul>
Expand Down
10 changes: 7 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +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:18:18.093Z</lastmod>
<lastmod>2023-10-16T19:24:51.499Z</lastmod>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/02-workshop-overview.html</loc>
<lastmod>2023-10-16T19:18:18.093Z</lastmod>
<lastmod>2023-10-16T19:24:51.499Z</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>
</url>
<url>
<loc>https://openshiftdemos.github.io/argo-rollouts-workshop/argo-rollouts-workshop/main/index.html</loc>
<lastmod>2023-10-16T19:18:18.093Z</lastmod>
<lastmod>2023-10-16T19:24:51.499Z</lastmod>
</url>
</urlset>

0 comments on commit 6161fb6

Please sign in to comment.