Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNodeExcludedFromDisruptionChecks (0.43 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    			logger.Error(err, "Update health of Node from Controller error, Skipping - no pods will be evicted", "node", klog.KObj(node))
    			return
    		}
    
    		// Some nodes may be excluded from disruption checking
    		if !isNodeExcludedFromDisruptionChecks(node) {
    			zoneToNodeConditionsLock.Lock()
    			zoneToNodeConditions[nodetopology.GetZoneKey(node)] = append(zoneToNodeConditions[nodetopology.GetZoneKey(node)], currentReadyCondition)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top