Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateCIDRsAllocation (0.14 sec)

  1. pkg/controller/nodeipam/ipam/range_allocator.go

    			logger.Error(err, "Error filtering out service cidr out cluster cidr", "CIDR", cidr, "index", idx, "serviceCIDR", serviceCIDR)
    		}
    	}
    }
    
    // updateCIDRsAllocation assigns CIDR to Node and sends an update to the API server.
    func (r *rangeAllocator) updateCIDRsAllocation(ctx context.Context, nodeName string, allocatedCIDRs []*net.IPNet) error {
    	var err error
    	var node *v1.Node
    	logger := klog.FromContext(ctx)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 10:06:15 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top