Skip to content

Commit c232ecf

Browse files
Postpone ClusterClass blog
1 parent b50819e commit c232ecf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/blog/_posts/2021-10-04-clusterclass-and-managed-topologies.md renamed to content/en/blog/_posts/2021-10-08-clusterclass-and-managed-topologies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: blog
33
title: "Introducing ClusterClass and Managed Topologies in Cluster API"
4-
date: 2021-10-04
4+
date: 2021-10-08
55
slug: capi-clusterclass-and-managed-topologies
66
---
77

@@ -29,7 +29,7 @@ As the name suggests, ClusterClass and managed topologies are built in two parts
2929

3030
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.
3131

32-
![Defining a ClusterClass](/images/blog/2021-10-04-clusterclass-and-managed-topologies/clusterclass.svg)
32+
![Defining a ClusterClass](/images/blog/2021-10-08-clusterclass-and-managed-topologies/clusterclass.svg)
3333

3434
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.
3535

@@ -92,7 +92,7 @@ Managed Topologies let you put the power of ClusterClass into action.
9292
9393
Given a ClusterClass, you can create many Clusters of a similar shape by providing a single resource, the Cluster.
9494
95-
![Create a Cluster with ClusterClass](/images/blog/2021-10-04-clusterclass-and-managed-topologies/create-cluster.svg)
95+
![Create a Cluster with ClusterClass](/images/blog/2021-10-08-clusterclass-and-managed-topologies/create-cluster.svg)
9696
9797
Here is an example:
9898

0 commit comments

Comments
 (0)