Releases: kubernetes-sigs/cluster-api-ipam-provider-in-cluster
Releases · kubernetes-sigs/cluster-api-ipam-provider-in-cluster
v0.1.0-alpha.1
Initial alpha release to facilitate infrastructure provider integration.
This release comes with clusterctl support based on kubernetes-sigs/cluster-api#7288. Since it's not added to the list of built-in providers yet, you'll need to add the following to your ~/.cluster-api/clusterctl.yaml
if you want to install it using clusterctl init --ipam in-cluster
:
providers:
- name: in-cluster
url: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases/latest/ipam-components.yaml
type: IPAMProvider