Address comments

This commit is contained in:
Janet Kuo
2017-01-25 10:27:25 -08:00
parent 634b695573
commit 81c1e0c6ac
2 changed files with 3 additions and 3 deletions

View File

@@ -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