We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2316e7c commit 7c0c2a5Copy full SHA for 7c0c2a5
docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md
@@ -122,6 +122,14 @@ Best practices:
122
123
<aside class="note">
124
125
+For a full example ClusterClass for CAPD you can take a look at
126
+[clusterclass-quickstart.yaml](https://github.com/kubernetes-sigs/cluster-api/blob/main/test/infrastructure/docker/templates/clusterclass-quick-start.yaml)
127
+(which is also used in the CAPD quickstart with ClusterClass).
128
+
129
+</aside>
130
131
+<aside class="note">
132
133
<h1>Tip: clusterctl alpha topology plan</h1>
134
135
The `clusterctl alpha topology plan` command can be used to test ClusterClasses; the output will show
0 commit comments