mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Merge pull request #9714 from fgrzadkowski/debug_scalability
Fix printing deleted pods from RC during e2e tests
This commit is contained in:
@@ -773,7 +773,7 @@ func (p PodDiff) Print(ignorePhases util.StringSet) {
|
||||
continue
|
||||
}
|
||||
if info.phase == nonExist {
|
||||
Logf("Pod %v was deleted, had phase %v and host %v", name, info.phase, info.hostname)
|
||||
Logf("Pod %v was deleted, had phase %v and host %v", name, info.oldPhase, info.oldHostname)
|
||||
continue
|
||||
}
|
||||
phaseChange, hostChange := false, false
|
||||
|
Reference in New Issue
Block a user