Install Cluster API (CAPI) manifests to generate a fully working Kubernetes openstack cluster (CAPO provider).
This chart replaces clusterctl config cluster
by a customizable and enhanced
version of manifests.
A working management CAPI cluster with CAPO support. This chart was developed with CAPI verison v1alpha3, v1alpha4 and v1beta1 in mind but only tested in version v1apha3.
If capi has ClusterResourceSets enabled, we provided manifests to install:
- Cloud config secret to be used by CSI and CCM
- External openstack 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 lab2-todestroy . -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.