Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for oldPodCIDRs (0.09 sec)

  1. pkg/proxy/node.go

    	}
    	if !reflect.DeepEqual(n.podCIDRs, podCIDRs) {
    		n.logger.Error(nil, "Using NodeCIDR LocalDetector mode, current PodCIDRs are different than previous PodCIDRs, restarting",
    			"node", klog.KObj(node), "newPodCIDRs", podCIDRs, "oldPodCIDRs", n.podCIDRs)
    		klog.FlushAndExit(klog.ExitFlushTimeout, 1)
    	}
    }
    
    // OnNodeUpdate is a handler for Node updates.
    func (n *NodePodCIDRHandler) OnNodeUpdate(_, node *v1.Node) {
    	n.mu.Lock()
    	defer n.mu.Unlock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top