Skip to content

Commit

Permalink
Merge pull request #5449 from Iceber/fix-cluster-class-docs
Browse files Browse the repository at this point in the history
📖 docs: fix the link to the kindnet yaml in cluster-classes.md
  • Loading branch information
k8s-ci-robot authored Oct 20, 2021
2 parents b3fff36 + 7d479d2 commit 1e7b195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/tasks/experimental-features/cluster-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7b195

Please sign in to comment.