Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSelectorDaemonLaunchesPods (0.46 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    		expectSyncDaemonSets(t, manager, ds, podControl, 2, 5, 0)
    	}
    }
    
    // Daemon with node selector should launch pods on nodes matching selector.
    func TestSelectorDaemonLaunchesPods(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    		daemon := newDaemonSet("foo")
    		daemon.Spec.UpdateStrategy = *strategy
    		daemon.Spec.Template.Spec.NodeSelector = simpleNodeLabel
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
Back to top