Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc updates #696

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/src/topics/powervs/creating-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ following the steps below.
--target-namespace default \
--control-plane-machine-count=3 \
--worker-machine-count=1 \
--from ./cluster-template-powervs.yaml | kubectl apply -f -
--flavor=powervs | kubectl apply -f -
```

Output:
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/topics/powervs/external-cloud-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--target-namespace default \
--control-plane-machine-count=3 \
--worker-machine-count=1 \
--from ./cluster-template-powervs-cloud-provider.yaml | kubectl apply -f -
--flavor=powervs-cloud-provider | kubectl apply -f -
```

When the cluster is created with above parameters, The IBM Power VS cloud provider will
Expand Down
3 changes: 1 addition & 2 deletions docs/book/src/topics/vpc/creating-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ following the steps below.
clusterctl generate cluster ibm-vpc-0 --kubernetes-version v1.19.9 \
--target-namespace default \
--control-plane-machine-count=1 \
--worker-machine-count=2 \
--from ./templates/cluster-template.yaml | kubectl apply -f -
--worker-machine-count=2 | kubectl apply -f -
```

Output:
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clusterctl generate cluster ibm-vpc-1 --kubernetes-version v1.14.3 \
--target-namespace default \
--control-plane-machine-count=1 \
--worker-machine-count=2 \
--from ~/.cluster-api/dev-repository/infrastructure-ibmvpccloud/v0.3.8/cluster-template.yaml
--from ./cluster-template.yaml
```

## Power VS
Expand Down