Skip to content

Commit 427cfd7

Browse files
committed
Add instructions to use cluster template with load-balancer
1 parent 4a8f235 commit 427cfd7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/configuration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ This command actually uses [the template file](../templates/cluster-template.yam
3434

3535
Note: You can use [the template file](../templates/cluster-template.yaml) by manually replacing values.
3636

37+
Note: If you wish to use cluster template without load-balancer, use command
38+
39+
```bash
40+
clusterctl config cluster capi-quickstart \
41+
--flavor without-lb
42+
--kubernetes-version v1.18.2 \
43+
--control-plane-machine-count=3 \
44+
--worker-machine-count=3 \
45+
> capi-quickstart.yaml
46+
47+
```
48+
3749
## Operating system image
3850

3951
We currently depend on an up-to-date version of cloud-init otherwise the operating system choice is yours. The kubeadm bootstrap provider we're using also depends on some pre-installed software like a container runtime, kubelet, kubeadm, etc.. . For an examples how to build such an image take a look at [image-builder (openstack)](https://image-builder.sigs.k8s.io/capi/providers/openstack.html).

0 commit comments

Comments
 (0)