Helm charts to template out Kubernetes Cluster API resources.
Go to file
2023-02-28 14:51:28 +00:00
.github/workflows scripts dir 2023-02-22 12:08:44 +00:00
charts Add additional dashboards for Calico + systemd logs 2023-02-28 14:51:28 +00:00
scripts scripts dir 2023-02-22 12:08:44 +00:00
skopeo-manifests Add additional dashboards for Calico + systemd logs 2023-02-28 14:51:28 +00:00
utils Convert addon jobs to addon-provider resources 2022-10-12 16:30:17 +01:00
.gitignore Ignore .vscode 2023-02-07 13:41:12 +00:00
CODEOWNERS Create CODEOWNERS 2023-01-13 09:45:53 +00:00
LICENSE Add license file 2022-11-18 12:32:31 +00:00
README.md Update README.md 2022-12-15 11:57:51 +00:00

capi-helm-charts

Lint Test Helm Publish 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

Warning

The openstack-cluster chart depends on features in cluster-api-provider-openstack that are not yet in a release.

StackHPC maintain custom builds of cluster-api-provider-openstack for use with these charts. You can find these in the StackHPC fork of cluster-api-provider-openstack.

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.