Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUnscheduledPodsWithoutNode (3.94 sec)

  1. pkg/controller/daemon/daemon_controller.go

    	return fmt.Sprintf("%s/%d/%s", ds.UID, ds.Status.ObservedGeneration, nodeName)
    }
    
    // getUnscheduledPodsWithoutNode returns list of unscheduled pods assigned to not existing nodes.
    // Returned pods can't be deleted by PodGCController so they should be deleted by DaemonSetController.
    func getUnscheduledPodsWithoutNode(runningNodesList []*v1.Node, nodeToDaemonPods map[string][]*v1.Pod) []string {
    	var results []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top