mirror of https://github.com/k3s-io/k3s
reorder arguments on gce upgrade e2e tests gcloud call
parent
f8a9943d90
commit
ea46e3dad7
|
@ -522,8 +522,8 @@ func migTemplate() (string, error) {
|
|||
// An `instance-groups managed describe` call outputs what we want to stdout.
|
||||
output, _, err := retryCmd("gcloud", "compute", "instance-groups", "managed",
|
||||
fmt.Sprintf("--project=%s", testContext.CloudConfig.ProjectID),
|
||||
fmt.Sprintf("--zone=%s", testContext.CloudConfig.Zone),
|
||||
"describe",
|
||||
fmt.Sprintf("--zone=%s", testContext.CloudConfig.Zone),
|
||||
testContext.CloudConfig.NodeInstanceGroup)
|
||||
if err != nil {
|
||||
errLast = fmt.Errorf("gcloud compute instance-groups managed describe call failed with err: %v", err)
|
||||
|
|
Loading…
Reference in New Issue