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 8bf5674 commit 72873b1Copy full SHA for 72873b1
README.md
@@ -30,8 +30,8 @@ create kind cluster
30
kind create cluster
31
```
32
33
-install clusterctl v4
34
-https://cluster-api.sigs.k8s.io/user/quick-start.html
+install clusterctl v1alpha4
+https://release-0-4.cluster-api.sigs.k8s.io/user/quick-start.html
35
36
run
37
```bash
@@ -47,7 +47,7 @@ create kind cluster
47
48
49
50
-install clusterctl v3
+install clusterctl v1alpha3
51
https://release-0-3.cluster-api.sigs.k8s.io/user/quick-start.html
52
53
@@ -119,4 +119,4 @@ kubectl apply -f examples/sample-with-workerpool.yaml
119
generate cluster using
120
```shell
121
clusterctl generate cluster t-cluster --infrastructure=maas:v0.2.0
122
-```
+```
0 commit comments