Merge pull request #244 from rushtehrani/display-pod-name
Print pod namespace/name instead of func signature
This commit is contained in:
commit
fa657356fb
|
|
@ -237,7 +237,7 @@ func findPlaceFor(removedNode string, pods []*apiv1.Pod, nodes []*apiv1.Node, no
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !foundPlace {
|
if !foundPlace {
|
||||||
return fmt.Errorf("failed to find place for %s", podKey)
|
return fmt.Errorf("failed to find place for %s", podKey(pod))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue