File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ and `kubeadm` control-plane providers.
25
25
cat >> ~ /.cluster-api/clusterctl.yaml << EOF
26
26
providers:
27
27
- name: "tinkerbell"
28
- url: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases/download/v0.1.0 /infrastructure-components.yaml"
28
+ url: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases/latest /infrastructure-components.yaml"
29
29
type: "InfrastructureProvider"
30
30
EOF
31
31
32
32
# Finally, initialize the management cluster
33
33
clusterctl init --infrastructure tinkerbell
34
34
```
35
35
36
- The output of ` clusterctl init ` is similar to this :
36
+ The output of ` clusterctl init ` is similar to the following :
37
37
38
38
``` shell
39
39
Fetching providers
Original file line number Diff line number Diff line change 5
5
# update this file only when a new major or minor version is released
6
6
apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
7
7
releaseSeries :
8
- - major : 0
9
- minor : 1
10
- contract : v1beta1
8
+ - major : 0
9
+ minor : 3
10
+ contract : v1beta1
11
+ - major : 0
12
+ minor : 1
13
+ contract : v1beta1
You can’t perform that action at this time.
0 commit comments