Skip to content

Commit 614643d

Browse files
Fix broken links
1 parent d1caee8 commit 614643d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/proposals/20210526-cluster-class-and-managed-topologies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If instead you are eager to see an example of ClusterClass and how the Cluster o
188188

189189
The ClusterClass CRD allows to define a collection of templates that describe the topology for one or more clusters.
190190

191-
The detailed definition of this type can be found at [ClusterClass CRD reference](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/ClusterClass/v1beta1);
191+
The detailed definition of this type can be found at [ClusterClass CRD reference](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/ClusterClass/v1beta2);
192192
at high level the new CRD contains:
193193

194194
- The reference to the InfrastructureCluster template (e.g. AWSClusterTemplate) to be used when creating a Cluster using this ClusterClass
@@ -243,7 +243,7 @@ providing generic information about the cluster or the template being patched.
243243

244244
##### Cluster
245245

246-
The [Cluster CRD](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/Cluster/v1beta1) has been extended
246+
The [Cluster CRD](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/Cluster/v1beta2) has been extended
247247
with a new field allowing to define and control the cluster topology from a single point.
248248

249249
At high level the cluster topology is defined by:
@@ -600,7 +600,7 @@ type definitions, like +MapType or +MapTypeKey, see [merge strategy](https://kub
600600

601601
Note: in order to allow the topology controller to execute templates rotation only when strictly necessary, it is necessary
602602
to implement specific handling of dry run operations in the templates webhooks as described in the Cluster API contract, see
603-
e.g. [InfraMachineTemplate: support for SSA dry runInfraMachineTemplate: support for SSA dry run](https://release-1-8.cluster-api.sigs.k8s.io/developer/providers/contracts/infra-machine#inframachinetemplate-support-for-ssa-dry-run).
603+
e.g. [InfraMachineTemplate: support for SSA dry runInfraMachineTemplate: support for SSA dry run](https://cluster-api.sigs.k8s.io/developer/providers/contracts/infra-machine#inframachinetemplate-support-for-ssa-dry-run).
604604

605605
### Risks and Mitigations
606606

0 commit comments

Comments
 (0)