From c232ecfbb4ce684e7cb76f14d16c6e1b829171ad Mon Sep 17 00:00:00 2001 From: fabriziopandini Date: Wed, 29 Sep 2021 21:34:32 +0200 Subject: [PATCH] Postpone ClusterClass blog --- ...md => 2021-10-08-clusterclass-and-managed-topologies.md} | 6 +++--- .../clusterclass.svg | 0 .../create-cluster.svg | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename content/en/blog/_posts/{2021-10-04-clusterclass-and-managed-topologies.md => 2021-10-08-clusterclass-and-managed-topologies.md} (97%) rename static/images/blog/{2021-10-04-clusterclass-and-managed-topologies => 2021-10-08-clusterclass-and-managed-topologies}/clusterclass.svg (100%) rename static/images/blog/{2021-10-04-clusterclass-and-managed-topologies => 2021-10-08-clusterclass-and-managed-topologies}/create-cluster.svg (100%) diff --git a/content/en/blog/_posts/2021-10-04-clusterclass-and-managed-topologies.md b/content/en/blog/_posts/2021-10-08-clusterclass-and-managed-topologies.md similarity index 97% rename from content/en/blog/_posts/2021-10-04-clusterclass-and-managed-topologies.md rename to content/en/blog/_posts/2021-10-08-clusterclass-and-managed-topologies.md index ec49d73e7d..af6349ecb8 100644 --- a/content/en/blog/_posts/2021-10-04-clusterclass-and-managed-topologies.md +++ b/content/en/blog/_posts/2021-10-08-clusterclass-and-managed-topologies.md @@ -1,7 +1,7 @@ --- layout: blog title: "Introducing ClusterClass and Managed Topologies in Cluster API" -date: 2021-10-04 +date: 2021-10-08 slug: capi-clusterclass-and-managed-topologies --- @@ -29,7 +29,7 @@ As the name suggests, ClusterClass and managed topologies are built in two parts The idea behind ClusterClass is simple: define the shape of your cluster once, and reuse it many times, abstracting the complexities and the internals of a Kubernetes cluster away. -![Defining a ClusterClass](/images/blog/2021-10-04-clusterclass-and-managed-topologies/clusterclass.svg) +![Defining a ClusterClass](/images/blog/2021-10-08-clusterclass-and-managed-topologies/clusterclass.svg) ClusterClass, at its heart, is a collection of Cluster and Machine templates. You can use it as a “stamp” that can be leveraged to create many clusters of a similar shape. @@ -92,7 +92,7 @@ Managed Topologies let you put the power of ClusterClass into action. Given a ClusterClass, you can create many Clusters of a similar shape by providing a single resource, the Cluster. -![Create a Cluster with ClusterClass](/images/blog/2021-10-04-clusterclass-and-managed-topologies/create-cluster.svg) +![Create a Cluster with ClusterClass](/images/blog/2021-10-08-clusterclass-and-managed-topologies/create-cluster.svg) Here is an example: diff --git a/static/images/blog/2021-10-04-clusterclass-and-managed-topologies/clusterclass.svg b/static/images/blog/2021-10-08-clusterclass-and-managed-topologies/clusterclass.svg similarity index 100% rename from static/images/blog/2021-10-04-clusterclass-and-managed-topologies/clusterclass.svg rename to static/images/blog/2021-10-08-clusterclass-and-managed-topologies/clusterclass.svg diff --git a/static/images/blog/2021-10-04-clusterclass-and-managed-topologies/create-cluster.svg b/static/images/blog/2021-10-08-clusterclass-and-managed-topologies/create-cluster.svg similarity index 100% rename from static/images/blog/2021-10-04-clusterclass-and-managed-topologies/create-cluster.svg rename to static/images/blog/2021-10-08-clusterclass-and-managed-topologies/create-cluster.svg