You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
klog.Warningf("Instance %q has alias range(s) %v and none of them match node's podCIDR %s, will trigger node deletion.", inst.Name, unmatchedRanges, node.Spec.PodCIDR)
983
-
returntrue, nil
984
-
}
985
-
// Instance with no alias range is route based, for which node object deletion is unnecessary.
986
-
klog.V(2).Infof("Instance %q has no alias range.", inst.Name)
0 commit comments