consolidate node deletion logic between node lifecycle and cloud node controller
This commit is contained in:
@@ -99,7 +99,6 @@ func TestTaintNodeByCondition(t *testing.T) {
|
||||
informers.Core().V1().Pods(),
|
||||
informers.Core().V1().Nodes(),
|
||||
informers.Extensions().V1beta1().DaemonSets(),
|
||||
nil, // CloudProvider
|
||||
cs,
|
||||
time.Hour, // Node monitor grace period
|
||||
time.Second, // Node startup grace period
|
||||
|
||||
Reference in New Issue
Block a user