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.
M3IPAM version | CAPV version | Cluster API version |
---|---|---|
v1alpha1 (v0.0.4) | v1alpha3 (v0.7.1) | v1alpha3 ( >= v0.3.7) |
See the Workflow Documentation for a description of the end-to-end flow.
make deploy
kubectl scale -n capv-system deployment.v1.apps/capv-static-ip-controller-manager \
--replicas 0
make run