Skip to content

spectrocloud/ip-address-manager

 
 

Repository files navigation

Metal3 IP Address Manager for Cluster API Provider Metal3

Ubuntu V1alpha4 build status CentOS V1alpha4 build status

This repository contains a controller to manage static IP address allocations in Cluster API Provider Metal3.

For more information about this controller and related repositories, see metal3.io.

Compatibility with Cluster API

IPAM version CAPM3 version Cluster API version
v1alpha1 (v0.1.X) v1alpha4 (v0.4.X) v1alpha3 (v0.3.X)

Development Environment

See metal3-dev-env for an end-to-end development and test environment for cluster-api-provider-metal3 and baremetal-operator.

API

See the API Documentation for details about the objects used with this controller. You can also see the cluster deployment workflow for the outline of the deployment process.

Deployment and examples

Deploy IPAM

Deploys IPAM CRDs and deploys IPAM controllers

    make deploy

Run locally

Runs CAPM3 controller locally

    kubectl scale -n capm3-system deployment.v1.apps/metal3-ipam-controller-manager \
      --replicas 0
    make run

Deploy an example pool

    make deploy-examples

Delete the example pool

    make delete-examples

About

IP address Manager for Cluster API Provider Metal3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 77.7%
  • Shell 8.8%
  • Makefile 6.6%
  • Python 5.5%
  • Other 1.4%