• Bowei Du's avatar
    (ALPHA GCP FEATURE) Add IPAM controller · 428b8a41
    Bowei Du authored
    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.
    428b8a41
Name
Last commit
Last update
..
ipam Loading commit data...
scheduler Loading commit data...
util Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
metrics.go Loading commit data...
node_controller.go Loading commit data...
nodecontroller_test.go Loading commit data...