Helm charts to template out Kubernetes Cluster API resources.
084e4f3a98
Change-Id: Iae194b2a63d8045f20c1eda7d8a73c9f825e1c55 |
||
---|---|---|
charts | ||
scripts | ||
skopeo-manifests | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
CODEOWNERS | ||
dependencies.json | ||
LICENSE | ||
README.md |
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. |