Merge pull request #43641 from krousey/upgrades

Automatic merge from submit-queue

Better logging for PVC flakes

Addresses some logging ambiguities in https://github.com/kubernetes/kubernetes/issues/43610, but does not fix it.
This commit is contained in:
Kubernetes Submit Queue
2017-03-27 10:43:42 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2236,7 +2236,7 @@ func (f *Framework) MatchContainerOutput(
}
Logf("Output of node %q pod %q container %q: %s", podStatus.Spec.NodeName, podStatus.Name, container.Name, logs)
}
return fmt.Errorf("expected pod %q success: %v", pod.Name, err)
return fmt.Errorf("expected pod %q success: %v", createdPod.Name, err)
}
Logf("Trying to get logs from node %s pod %s container %s: %v",