-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 51583, 51283, 51374, 51690, 51716) Add IPAM controller for synchronizing node pod CIDR range allocations between the cluster and the cloud (alpha feature) ```release-note IPAM controller unifies handling of node pod CIDR range allocation. It is intended to supersede the logic that is currently in range_allocator and cloud_cidr_allocator. (ALPHA FEATURE) Note: for this change, the other allocators still exist and are the default. It supports two modes: * CIDR range allocations done within the cluster that are then propagated out to the cloud provider. * Cloud provider managed IPAM that is then reflected into the cluster. ``` Fixes https://github.com/kubernetes/kubernetes/issues/51826
dceff776