Skip to content

v0.1.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 18:50
· 306 commits to main since this release

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