mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
add informational output to test
This commit is contained in:
@@ -928,6 +928,7 @@ func runSchedulerNoPhantomPodsTest(client *client.Client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Delete a pod to free up room.
|
// Delete a pod to free up room.
|
||||||
|
glog.Infof("Deleting pod %v", bar.Name)
|
||||||
err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
|
err = client.Pods(api.NamespaceDefault).Delete(bar.Name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)
|
glog.Fatalf("FAILED: couldn't delete pod %q: %v", bar.Name, err)
|
||||||
|
Reference in New Issue
Block a user