From 79947d1ad611ce1a6e939b4a2457ffe3b1cea6fe Mon Sep 17 00:00:00 2001 From: faiq Date: Tue, 22 Aug 2023 16:05:35 -0700 Subject: [PATCH] docs: add a note about README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f9c3a6be5..b90822f7f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ example), run: make SKIP_BUILD=true dev.run-on-kind ``` +Download the clusterclass quick start template: + +```shell +wget https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.0/clusterclass-quick-start.yaml +kubectl apply -f clusterclass-quick-start.yaml +``` + To create a cluster with [clusterctl](https://cluster-api.sigs.k8s.io/user/quick-start.html), run: ```shell