Skip to content

Commit e433c84

Browse files
committed
feat(docs): cluster-api vsphere template with dhcp
1 parent 797ddd3 commit e433c84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/cluster-api/vsphere-infra-provider.md

+7
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ clusterctl generate cluster \
107107
--from capi-kamaji-vsphere-template.yaml > capi-kamaji-vsphere-cluster.yaml
108108
```
109109

110+
If you want to use DHCP instead of IPAM, use a different template file:
111+
112+
```bash
113+
clusterctl generate cluster \
114+
--from capi-kamaji-vsphere-dhcp-template.yaml > capi-kamaji-vsphere-cluster.yaml
115+
```
116+
110117
### Apply the Cluster Manifest
111118

112119
Apply the generated cluster manifest to create the tenant cluster:

0 commit comments

Comments
 (0)