cluster-api-ipam-provider-in-cluster
cluster-api-ipam-provider-in-cluster copied to clipboard
An IPAM provider for Cluster API that manages pools of IP addresses using Kubernetes resources.
When deleting a cluster, it can happen that the Cluster resource gets deleted before all IPAddressClaims are deleted. When that happens, the paused detection is unable to find the Cluster...
It will be good to have image for arm64
### Summary Until now, we don't have working e2e tests, we can use the CAPI test framework to add tests. if infrastructure provider is needed we can probably use some...
As per current CRD Spec, InClusterIPPool or GlobalInClusterIPPool supports addresses from 1 subnet only. For eg, Single InClusterIPPool and GlobalInClusterIPPool cannot support below two subnets, 1. 100.98.254.1- 100.98.254.100 (Prefix 23)...
**What this PR does / why we need it**: This PR is based on the changes from @schrej and fixes a bug, where ReleaseAddress is not getting called during deletion....
Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.9.5 to 1.10.1. Release notes Sourced from sigs.k8s.io/cluster-api's releases. v1.10.1 👌 Kubernetes version support Management Cluster: v1.28.x -> v1.33.x Workload Cluster: v1.26.x -> v1.33.x More information about...
**What steps did you take and what happened:** I observed an `exec /manager: exec format error` while setting up my cluster-api infrastructure provider (Proxmox as it happens). I inspected the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Reusing IP addresses immediately after they've been released causes issues during rolling upgrades
**Describe the solution you'd like** [A clear and concise description of what you want to happen.] On K8s upgrades, the new and old nodes are part of a cluster until...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.0 to 2.23.4. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.23.4 2.23.4 Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with...