Skip to content

Commit b641deb

Browse files
authored
Merge pull request #224 from chrisdoherty4/patch/fix-capt-api-mapping
Fix 0.3 CAPI version mapping
2 parents a25a2ad + a355094 commit b641deb

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

clusterctl-settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/QUICK-START.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ and `kubeadm` control-plane providers.
2525
cat >> ~/.cluster-api/clusterctl.yaml <<EOF
2626
providers:
2727
- 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"
2929
type: "InfrastructureProvider"
3030
EOF
3131

3232
# Finally, initialize the management cluster
3333
clusterctl init --infrastructure tinkerbell
3434
```
3535

36-
The output of `clusterctl init` is similar to this:
36+
The output of `clusterctl init` is similar to the following:
3737

3838
```shell
3939
Fetching providers

metadata.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# update this file only when a new major or minor version is released
66
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
77
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

0 commit comments

Comments
 (0)