File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ following the steps below.
50
50
--target-namespace default \
51
51
--control-plane-machine-count=3 \
52
52
--worker-machine-count=1 \
53
- --from ./cluster-template- powervs.yaml | kubectl apply -f -
53
+ --flavor= powervs | kubectl apply -f -
54
54
```
55
55
56
56
Output:
Original file line number Diff line number Diff line change 25
25
--target-namespace default \
26
26
--control-plane-machine-count=3 \
27
27
--worker-machine-count=1 \
28
- --from ./cluster-template- powervs-cloud-provider.yaml | kubectl apply -f -
28
+ --flavor= powervs-cloud-provider | kubectl apply -f -
29
29
```
30
30
31
31
When the cluster is created with above parameters, The IBM Power VS cloud provider will
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ following the steps below.
18
18
clusterctl generate cluster ibm-vpc-0 --kubernetes-version v1.19.9 \
19
19
--target-namespace default \
20
20
--control-plane-machine-count=1 \
21
- --worker-machine-count=2 \
22
- --from ./templates/cluster-template.yaml | kubectl apply -f -
21
+ --worker-machine-count=2 | kubectl apply -f -
23
22
```
24
23
25
24
Output:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ clusterctl generate cluster ibm-vpc-1 --kubernetes-version v1.14.3 \
15
15
--target-namespace default \
16
16
--control-plane-machine-count=1 \
17
17
--worker-machine-count=2 \
18
- --from ~/.cluster-api/dev-repository/infrastructure-ibmvpccloud/v0.3.8 /cluster-template.yaml
18
+ --from . /cluster-template.yaml
19
19
```
20
20
21
21
## Power VS
You can’t perform that action at this time.
0 commit comments