Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.27 KB

cluster-api-vsphere

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

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

Requirements

A working management CAPI cluster with CAPV support. This chart was developed with CAPI verison v1alpha3, v1alpha4 and v1beta1 in mind.

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

  • Cloud config secret to be used by CSI and CCM
  • External vsphere 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 new-capv-cluster . -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.