Skip to content

Latest commit

 

History

History

capi-openstack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cluster-api-openstack

Install Cluster API (CAPI) manifests to generate a fully working Kubernetes openstack cluster (CAPO provider).

This chart replaces clusterctl config cluster by a customizable and enhanced version of manifests.

Requirements

A working management CAPI cluster with CAPO support. This chart was developed with CAPI verison v1alpha3, v1alpha4 and v1beta1 in mind but only tested in version v1apha3.

If capi has ClusterResourceSets enabled, we provided manifests to install:

  • Cloud config secret to be used by CSI and CCM
  • External openstack cloud controler manager
  • Calico manifests

You can opt to include CCM and calico using values.

Quick start

  1. First copy values.yaml to start adjusting your custom values
  2. Run helm install:
helm install lab2-todestroy . -f values-dev.yaml

The output notes will guide you to interact with you new cluster

Values

To understand which values can be set, please read values.yaml.

TODO

  • This chart installs external cloud provider flavor, because is the recommended. No other flavor is provided at this time. We don't think it will be necesary to add other flavors, but it would be nice to have them.