mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-10 00:23:41 +00:00
Address comments
This commit is contained in:
@@ -661,7 +661,7 @@ func TestObservedGeneration(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// DaemonSet controller should kill all failed pods and recreate at most 1 failed pod.
|
||||
// DaemonSet controller should kill all failed pods and create at most 1 pod on every node.
|
||||
func TestDaemonKillFailedPods(t *testing.T) {
|
||||
tests := []struct {
|
||||
numFailedPods, numNormalPods, expectedCreates, expectedDeletes int
|
||||
|
Reference in New Issue
Block a user