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

Static IP support for CAPV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Static IP support for CAPV

License:Apache License 2.0


Languages

Language:Go 84.3%Language:Shell 9.0%Language:Makefile 5.8%Language:Dockerfile 1.0%