Install Cluster API (CAPI) manifests to generate a fully working Kubernetes vsphere cluster (CAPV provider).
This chart replaces clusterctl config cluster
by a customizable and enhanced
version of manifests.
A working management CAPI cluster with CAPV support. This chart was developed with CAPI verison v1alpha3, v1alpha4 and v1beta1 in mind.
If capi has ClusterResourceSets enabled, we provided manifests to install:
- Cloud config secret to be used by CSI and CCM
- External vsphere cloud controler manager
- Calico manifests
You can opt to include CCM and calico using values.
- First copy
values.yaml
to start adjusting your custom values - Run helm install:
helm install new-capv-cluster . -f values-dev.yaml
The output notes will guide you to interact with you new cluster
To understand which values can be set, please read values.yaml
.
- This chart installs external cloud provider flavor, because is the recommended. No other flavor is provided at this time. We don't think it will be necesary to add other flavors, but it would be nice to have them.