From 7d479d220c7af8a547f31aebec51e8b7c81d852b Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Wed, 20 Oct 2021 13:31:10 +0800 Subject: [PATCH] docs: fix the link to the kindnet yaml in cluster-classes.md --- docs/book/src/tasks/experimental-features/cluster-classes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/tasks/experimental-features/cluster-classes.md b/docs/book/src/tasks/experimental-features/cluster-classes.md index 0ba222e20d5d..82e88ccb3847 100644 --- a/docs/book/src/tasks/experimental-features/cluster-classes.md +++ b/docs/book/src/tasks/experimental-features/cluster-classes.md @@ -82,11 +82,11 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/m To make sure workload clusters come up with a functioning network a Kindnet ConfigMap with a Kindnet ClusterResourceSet is required. Kindnet only offers networking for Clusters built with Kind and CAPD. This can be substituted for any other networking solution for Kubernetes e.g. Calico as used in the Quickstart guide. -The kindnet configuration file can be found in the [CAPI repo](https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/docs/book/src/tasks/experimental-features/yamls/clusterclass.yaml). +The kindnet configuration file can be found in the [CAPI repo](https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/docs/book/src/tasks/experimental-features/yamls/kindnet-clusterresourceset.yaml). To create the resources run: ```bash -kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/docs/book/src/tasks/yamls/kindnet-clusterresourceset.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/docs/book/src/tasks/experimental-features/yamls/kindnet-clusterresourceset.yaml ``` #### Create the workload cluster