Helm charts to template out Kubernetes Cluster API resources.
Go to file
Matt Pryor 6f8400bb19
Add Kubernetes 1.28 to test suite (#86)
* Ensure Kubernetes 1.28 image

* Update tests to drop 1.25 and add 1.28
2023-09-05 10:38:02 +01:00
.github Add Kubernetes 1.28 to test suite (#86) 2023-09-05 10:38:02 +01:00
charts Add support for nodeVolumeDetachTimeout and nodeDeletionTimeout (#57) 2023-08-09 16:42:16 +01:00
scripts Use a dependencies file (#55) 2023-07-26 15:37:54 +01:00
skopeo-manifests Add additional dashboards for Calico + systemd logs 2023-02-28 14:51:28 +00:00
utils Add a pre-upgrade job to resize Loki PVCs 2023-03-15 09:45:56 +00:00
.gitignore Ignore .vscode 2023-02-07 13:41:12 +00:00
CODEOWNERS Create CODEOWNERS 2023-01-13 09:45:53 +00:00
dependencies.json Update azimuth-images to 0.2.0 (#82) 2023-08-31 17:32:19 +01:00
LICENSE Add license file 2022-11-18 12:32:31 +00:00
README.md Add smoke tests to main 2023-06-19 17:16:36 +01:00

capi-helm-charts

Test Publish

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.