Helm charts to template out Kubernetes Cluster API resources.
Go to file
2022-01-27 15:13:30 +00:00
.github/workflows Add the ability to specify dependencies 2022-01-27 15:13:30 +00:00
charts Add the ability to specify dependencies 2022-01-27 15:13:30 +00:00
utils Add the ability to specify dependencies 2022-01-27 15:13:30 +00:00
.gitignore Up some of the timeouts for addons 2022-01-24 13:20:30 +00:00
README.md Add documentation 2021-09-03 16:21:55 +01:00

capi-helm-charts

This repository contains Helm charts for deploying Kubernetes clusters using Cluster API.

The charts are available from the stackhpc.github.io/capi-helm-charts repository:

helm repo add capi https://stackhpc.github.io/capi-helm-charts
helm install my-release capi/<chartname> [...options]

To list the available versions for the charts:

helm search repo capi --devel --versions

Currently, the following charts are available:

Chart Description
cluster-addons Deploys addons into a Kubernetes cluster, e.g. CNI.
openstack-cluster Deploys a Kubernetes cluster on an OpenStack cloud.