Skip to content

Commit 9ba6048

Browse files
authored
Merge pull request #744 from aca/fix
Fix clusterctl config command
2 parents 1358307 + 8e50c7a commit 9ba6048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Note: You can use [the template file](../templates/cluster-template.yaml) by man
3939
```bash
4040
# Using 'external-cloud-provider' flavor
4141
clusterctl config cluster capi-quickstart \
42-
--flavor external-cloud-provider
42+
--flavor external-cloud-provider \
4343
--kubernetes-version v1.18.2 \
4444
--control-plane-machine-count=3 \
4545
--worker-machine-count=1 \
4646
> capi-quickstart.yaml
4747

4848
# Using 'without-lb' flavor
4949
clusterctl config cluster capi-quickstart \
50-
--flavor without-lb
50+
--flavor without-lb \
5151
--kubernetes-version v1.18.2 \
5252
--control-plane-machine-count=1 \
5353
--worker-machine-count=1 \

0 commit comments

Comments
 (0)