Magnum driver that uses Kubernetes Cluster API via Helm.
Go to file
Dale Smith 957ce61b3c Implement boot_volume_size label to override config file.
Currently, all clusters inherit the Magnum config file value
for disk size. This provides no way for a user to set their own
disk size if they have a large number of container images to deploy.

This change allows the label 'boot_volume_size' on the cluster to
override the config file and permit larger root disks at creation time.

Change-Id: I893f3bac3e6f7ea555d48643020bb39feeaa56a6
2024-07-08 12:31:31 +12:00
devstack/contrib add cluster-api janitor to devstack script 2024-03-20 14:19:13 +00:00
doc Add initial docs 2024-05-24 11:21:56 +01:00
magnum_capi_helm Implement boot_volume_size label to override config file. 2024-07-08 12:31:31 +12:00
releasenotes Merge "Allow autoscaling of non-default node groups" 2024-05-28 10:30:02 +00:00
.coveragerc CI: Add cover jobs 2024-03-14 10:28:15 +01:00
.gitignore Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
.gitreview Update .gitreview and remove .github, add basic CI 2024-03-13 12:38:48 +00:00
.stestr.conf Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
.zuul.yaml Add initial release note 2024-05-24 15:18:31 +00:00
LICENSE Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
README.rst Add initial docs 2024-05-24 11:21:56 +01:00
requirements.txt Test on latest magnum, now its not broken (#29) 2023-11-15 13:11:19 +00:00
setup.cfg Add a stub cluster_api driver (#1) 2023-09-12 18:16:32 +01:00
setup.py Add automatic black formatting 2023-09-12 17:04:17 +01:00
test-requirements.txt Update .gitreview and remove .github, add basic CI 2024-03-13 12:38:48 +00:00
tox.ini Add initial docs 2024-05-24 11:21:56 +01:00

magnum-capi-helm

OpenStack Magnum driver using Helm to create k8s clusters with Cluster API.

The driver uses capi-helm-charts to create the k8s resources needed to provision a k8s cluster using Cluster API, including various useful add-ons like a CNI and a monitoring stack.

Note, the above Helm charts are intended to be a way to share a reference method to create K8s on OpenStack. The charts are not expected or intended to be specific to Magnum. The hope is they can also be used by ArgoCD, Flux or Azimuth to create k8s clusters on OpenStack.

Work on this driver started upstream around October 2021. After failing to get merged during Bobcat, we created this downstream repo as a stop-gap to help those wanting to use this driver now. https://specs.openstack.org/openstack/magnum-specs/specs/bobcat/clusterapi-driver.html