Skip to content

nutanix-cloud-native/cluster-api-ipam-provider-nutanix

Repository files navigation

CAPI IPAM Provider For Nutanix (CAIPAMX)

For user docs, please see [https://nutanix-cloud-native.github.io/cluster-api-ipam-provider-nutanix/].

See upstream documentation.

Development

Install tools

To deploy a local build, either an initial install or to update an existing deployment, run:

make dev.run-on-kind
eval $(make kind.kubeconfig)

Pro-tip: to redeploy without rebuilding the binaries, images, etc (useful if you have only changed the Helm chart for example), run:

make SKIP_BUILD=true dev.run-on-kind

Check the pod logs:

kubectl logs deployment/cluster-api-ipam-provider-nutanix -f

To delete the dev KinD cluster, run:

make kind.delete