Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeShouldRunDaemonPod (0.41 sec)

  1. pkg/controller/daemon/daemon_controller.go

    	for _, ds := range dsList {
    		// If NodeShouldRunDaemonPod needs to uses other than Labels and Taints (mutable) properties of node, it needs to update shouldIgnoreNodeUpdate.
    		oldShouldRun, oldShouldContinueRunning := NodeShouldRunDaemonPod(oldNode, ds)
    		currentShouldRun, currentShouldContinueRunning := NodeShouldRunDaemonPod(curNode, ds)
    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