Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for drainWorkersExcept (0.22 sec)

  1. pkg/kubelet/pod_workers_test.go

    		Pod:        newNamedPod("4-static", "test1", "pod1", true),
    		UpdateType: kubetypes.SyncPodKill,
    	})
    	drainWorkersExcept(podWorkers, "5-static")
    	podWorkers.UpdatePod(UpdatePodOptions{
    		Pod:        newNamedPod("6-static", "test1", "pod1", true),
    		UpdateType: kubetypes.SyncPodUpdate,
    	})
    	drainWorkersExcept(podWorkers, "5-static")
    
    	// 5-static should still be waiting, 6-static should have started and synced
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
Back to top