Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDaemonKillFailedPodsBackoff (2.55 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    			}
    		})
    	}
    }
    
    // DaemonSet controller needs to backoff when killing failed pods to avoid hot looping and fighting with kubelet.
    func TestDaemonKillFailedPodsBackoff(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    		t.Run(string(strategy.Type), func(t *testing.T) {
    			_, ctx := ktesting.NewTestContext(t)
    			ds := newDaemonSet("foo")
    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