|
3 | 3 | #
|
4 | 4 | # Below are the sample commands
|
5 | 5 | # clusterctl init --infrastructure vcd
|
6 |
| -# clusterctl generate cluster demo -i vcd:v1.0.0 |
7 |
| -# clusterctl generate cluster demo -i vcd:v1.0.0 -f v1.20.8 |
| 6 | +# clusterctl generate cluster demo -i vcd:v1.0.1 |
| 7 | +# clusterctl generate cluster demo -i vcd:v1.0.1 -f v1.20.8 |
8 | 8 |
|
9 | 9 | LatestRelease:
|
10 | 10 | URL: https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.0.2
|
11 | 11 | Version: v1.0.2
|
12 | 12 | cert-manager:
|
13 | 13 | url: "https://github.com/cert-manager/cert-manager/releases/latest/cert-manager.yaml"
|
14 | 14 | providers:
|
15 |
| -# provider name must correspond with provider url, as clusterctl follows semantic "path/infrastructure-${name}/v1.0.0/infrastructure-components.yaml" |
16 |
| -# example url for name "vcdInfra" would be: /basepath/infrastructure-vcdInfra/v1.0.0/infrastructure-components.yaml" |
17 |
| -# if "v1.0.0" or "infrastructure-" prefix is omitted, there will be an error thrown expecting path format: {basepath}/{provider-name or provider-label}/{version}/{components.yaml} |
| 15 | +# provider name must correspond with provider url, as clusterctl follows semantic "path/infrastructure-${name}/v1.0.1/infrastructure-components.yaml" |
| 16 | +# example url for name "vcdInfra" would be: /basepath/infrastructure-vcdInfra/v1.0.1/infrastructure-components.yaml" |
| 17 | +# if "v1.0.1" or "infrastructure-" prefix is omitted, there will be an error thrown expecting path format: {basepath}/{provider-name or provider-label}/{version}/{components.yaml} |
18 | 18 | # after the following path has been created, paste all cluster-templates inside the path specified provider url
|
19 | 19 | # a fully functional folder will look similar to below:
|
20 |
| -# {basepath}/infrastructure-vcd/v1.0.0/infrastructure-components.yaml, clusterctl-template.yaml, clusterctl-template-v1.20.8.yaml |
| 20 | +# {basepath}/infrastructure-vcd/v1.0.1/infrastructure-components.yaml, clusterctl-template.yaml, clusterctl-template-v1.20.8.yaml |
21 | 21 | - name: "vcd"
|
22 |
| - url: "~/go/cluster-api-provider-cloud-director/infrastructure-vcd/v1.0.0/infrastructure-components.yaml" |
| 22 | + url: "~/go/cluster-api-provider-cloud-director/infrastructure-vcd/v1.0.1/infrastructure-components.yaml" |
23 | 23 | type: "InfrastructureProvider"
|
24 | 24 |
|
25 | 25 |
|
|
0 commit comments