Skip to content

spectrocloud/cluster-api-provider-vsphere-static-ip

Repository files navigation

Cluster API Provider vSphere Static IP

This repository contains controllers to integrate Kubernetes Cluster API Provider vSphere with the different IPAM solutions. Metal3 IP Address Manager is currently the default IPAM solution that is integrated.

Compatibility with Cluster API

M3IPAM version CAPV version Cluster API version
v1alpha1 (v0.0.4) v1alpha3 (v0.7.1) v1alpha3 ( >= v0.3.7)

Documentation

See the Workflow Documentation for a description of the end-to-end flow.

Deployment

Deploy cluster API Provider vSphere static IP

    make deploy

Run locally

    kubectl scale -n capv-system deployment.v1.apps/capv-static-ip-controller-manager \
      --replicas 0
    make run