Skip to content

Commit

Permalink
Merge pull request #744 from aca/fix
Browse files Browse the repository at this point in the history
Fix clusterctl config command
  • Loading branch information
k8s-ci-robot authored Feb 19, 2021
2 parents 1358307 + 8e50c7a commit 9ba6048
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 9ba6048

Please sign in to comment.