Skip to content

Commit 5536e5e

Browse files
small-fix-to-quick-start
1 parent c1acb35 commit 5536e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/clusterctl/commands/config-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The `clusterctl config cluster` command returns a YAML template for creating a w
55
For example
66

77
```
8-
clusterctl config cluster my-cluster --kubernetes-version v1.16.3 > my-cluster.yaml
8+
clusterctl config cluster my-cluster --kubernetes-version v1.16.3 --control-plane-machine-count=3 --worker-machine-count=3 > my-cluster.yaml
99
```
1010

1111
Creates a YAML file named `my-cluster.yaml` with a predefined list of Cluster API objects; Cluster, Machines,

docs/book/src/user/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ variables required by a cluster templates.
9494
For the purpose of this tutorial, we’ll name our cluster capi-quickstart.
9595

9696
```
97-
clusterctl config cluster capi-quickstart --kubernetes-version v1.17.0 > capi-quickstart.yaml
97+
clusterctl config cluster capi-quickstart --kubernetes-version v1.17.0 --control-plane-machine-count=3 --worker-machine-count=3 > capi-quickstart.yaml
9898
```
9999

100100
Creates a YAML file named `capi-quickstart.yaml` with a predefined list of Cluster API objects; Cluster, Machines,

0 commit comments

Comments
 (0)