mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
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. 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. |
||
|---|---|---|
| .. | ||
| cidrset | ||
| sync | ||
| test | ||
| adapter.go | ||
| BUILD | ||
| cidr_allocator.go | ||
| cloud_cidr_allocator.go | ||
| controller.go | ||
| controller_test.go | ||
| doc.go | ||
| OWNERS | ||
| range_allocator.go | ||
| range_allocator_test.go | ||
| timeout.go | ||
| timeout_test.go | ||