We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1358307 + 8e50c7a commit 9ba6048Copy full SHA for 9ba6048
docs/configuration.md
@@ -39,15 +39,15 @@ Note: You can use [the template file](../templates/cluster-template.yaml) by man
39
```bash
40
# Using 'external-cloud-provider' flavor
41
clusterctl config cluster capi-quickstart \
42
- --flavor external-cloud-provider
+ --flavor external-cloud-provider \
43
--kubernetes-version v1.18.2 \
44
--control-plane-machine-count=3 \
45
--worker-machine-count=1 \
46
> capi-quickstart.yaml
47
48
# Using 'without-lb' flavor
49
50
- --flavor without-lb
+ --flavor without-lb \
51
52
--control-plane-machine-count=1 \
53
0 commit comments