This repository contains Helm charts for deploying Kubernetes clusters using Cluster API.
The charts are available from the azimuth-cloud.github.io/capi-helm-charts
repository:
helm repo add capi https://azimuth-cloud.github.io/capi-helm-charts
helm install my-release capi/<chartname> [...options]
To list the available versions for the charts:
helm search repo capi --versions
Currently, the following charts are available:
Chart | Description |
---|---|
cluster-addons | Deploys addons into a Kubernetes cluster, e.g. CNI. |
etcd-defrag | Installs a CronJob for running etcd defragmentation. |
openstack-cluster | Deploys a Kubernetes cluster on an OpenStack cloud. |