Skip to content

Commit

Permalink
Fix clusterctl config command
Browse files Browse the repository at this point in the history
  • Loading branch information
aca committed Feb 18, 2021
1 parent 1358307 commit 8e50c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Note: You can use [the template file](../templates/cluster-template.yaml) by man
```bash
# Using 'external-cloud-provider' flavor
clusterctl config cluster capi-quickstart \
--flavor external-cloud-provider
--flavor external-cloud-provider \
--kubernetes-version v1.18.2 \
--control-plane-machine-count=3 \
--worker-machine-count=1 \
> capi-quickstart.yaml

# Using 'without-lb' flavor
clusterctl config cluster capi-quickstart \
--flavor without-lb
--flavor without-lb \
--kubernetes-version v1.18.2 \
--control-plane-machine-count=1 \
--worker-machine-count=1 \
Expand Down

0 comments on commit 8e50c7a

Please sign in to comment.