mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
deployment e2e: print out the error
This commit is contained in:
parent
ad2c79517e
commit
1eaf760c95
@ -194,7 +194,7 @@ func stopDeployment(c *clientset.Clientset, oldC client.Interface, ns, deploymen
|
||||
}
|
||||
return false, nil
|
||||
}); err != nil {
|
||||
Failf("Err : %s\n. Failed to remove deployment %s pods : %+v", deploymentName, pods)
|
||||
Failf("Err : %s\n. Failed to remove deployment %s pods : %+v", err, deploymentName, pods)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user