mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Fix printing deleted pods from RC during e2e tests
This commit is contained in:
@@ -760,7 +760,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