mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
add more prints
This commit is contained in:
parent
f8a9943d90
commit
998ac8a137
@ -36,6 +36,8 @@ func createGCEStaticIP(name string) (string, error) {
|
||||
name, "--project", testContext.CloudConfig.ProjectID,
|
||||
"--region", "us-central1", "-q").CombinedOutput()
|
||||
if err != nil {
|
||||
glog.Errorf("Creating static IP with name:%s in project: %s", name, testContext.CloudConfig.ProjectID)
|
||||
glog.Errorf("output: %s", output)
|
||||
return "", err
|
||||
}
|
||||
glog.Errorf("Creating static IP with name:%s in project: %s", name, testContext.CloudConfig.ProjectID)
|
||||
|
Loading…
Reference in New Issue
Block a user