mirror of https://github.com/k3s-io/k3s
Fix printing deleted pods from RC during e2e tests
parent
cd3299307d
commit
4ffb4b2895
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue