Skip to content

How should I use the cluster-api-ipam-provider-in-cluster? #80

Answered by schrej
lintest01 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there. I think there is in fact a misunderstanding here. This IPAM provider is not intended for managing IP addresses of Pods within a cluster.
Cluster API is about deploying entire clusters, and this IPAM provider can be used to assign IP addresses to Machines (which end up as Nodes in a deployed cluster) that are deployed by Cluster API. Have a look at the CAPI Proposal about the IPAM contract for more details.

It requires support from the infrastructure provider in order to be used. At the moment support is implemented in CAPV, and I have an open PR for CAPM3 as well. It is most useful for on-premise providers, but could also be used in a cloud environment.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lintest01
Comment options

Answer selected by schrej
Comment options

You must be logged in to vote
1 reply
@schrej
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #79 on March 06, 2023 10:44.