Skip to content

Commit 067065a

Browse files
Doc updates (#696)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent bafe86d commit 067065a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

docs/book/src/topics/powervs/creating-a-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ following the steps below.
5050
--target-namespace default \
5151
--control-plane-machine-count=3 \
5252
--worker-machine-count=1 \
53-
--from ./cluster-template-powervs.yaml | kubectl apply -f -
53+
--flavor=powervs | kubectl apply -f -
5454
```
5555

5656
Output:

docs/book/src/topics/powervs/external-cloud-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--target-namespace default \
2626
--control-plane-machine-count=3 \
2727
--worker-machine-count=1 \
28-
--from ./cluster-template-powervs-cloud-provider.yaml | kubectl apply -f -
28+
--flavor=powervs-cloud-provider | kubectl apply -f -
2929
```
3030

3131
When the cluster is created with above parameters, The IBM Power VS cloud provider will

docs/book/src/topics/vpc/creating-a-cluster.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ following the steps below.
1818
clusterctl generate cluster ibm-vpc-0 --kubernetes-version v1.19.9 \
1919
--target-namespace default \
2020
--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 -
2322
```
2423

2524
Output:

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clusterctl generate cluster ibm-vpc-1 --kubernetes-version v1.14.3 \
1515
--target-namespace default \
1616
--control-plane-machine-count=1 \
1717
--worker-machine-count=2 \
18-
--from ~/.cluster-api/dev-repository/infrastructure-ibmvpccloud/v0.3.8/cluster-template.yaml
18+
--from ./cluster-template.yaml
1919
```
2020

2121
## Power VS

0 commit comments

Comments
 (0)