From 6161fb6ad087a7c8ba9a0f926780f01b9716bde6 Mon Sep 17 00:00:00 2001 From: gnunn1 Date: Mon, 16 Oct 2023 19:25:21 +0000 Subject: [PATCH] =?UTF-8?q?[CI]=20Publish=20Documentation=20for=20bcf5ffe2?= =?UTF-8?q?b4518a5db4c3cd2d369e3a39abe4db3d=20-=20bcf5ffe2b4518a5db4c3cd2d?= =?UTF-8?q?369e3a39abe4db3d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/01-getting-started.html | 9 + .../main/02-workshop-overview.html | 17 +- .../main/03-bluegreen-rollout.html | 171 ++++++++++++++++++ argo-rollouts-workshop/main/index.html | 9 + sitemap.xml | 10 +- 5 files changed, 212 insertions(+), 4 deletions(-) create mode 100644 argo-rollouts-workshop/main/03-bluegreen-rollout.html diff --git a/argo-rollouts-workshop/main/01-getting-started.html b/argo-rollouts-workshop/main/01-getting-started.html index bd5957a..47ed3bd 100644 --- a/argo-rollouts-workshop/main/01-getting-started.html +++ b/argo-rollouts-workshop/main/01-getting-started.html @@ -96,6 +96,15 @@

Argo Rollouts + + + diff --git a/argo-rollouts-workshop/main/02-workshop-overview.html b/argo-rollouts-workshop/main/02-workshop-overview.html index 6a0313e..5efe9f8 100644 --- a/argo-rollouts-workshop/main/02-workshop-overview.html +++ b/argo-rollouts-workshop/main/02-workshop-overview.html @@ -6,6 +6,7 @@ Workshop Overview :: Argo Rollouts Workshop + @@ -95,6 +96,15 @@

Argo Rollouts + + + @@ -464,14 +474,19 @@

D
-rollouts demo app +rollouts demo app blue
+
+

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.

+