Merge pull request #85555 from Random-Liu/fix-upgrade-test

Fix GKE upgrade test.
This commit is contained in:
Kubernetes Prow Robot
2019-11-23 21:31:50 -08:00
committed by GitHub

View File

@@ -271,7 +271,7 @@ func nodePoolsGKE() ([]string, error) {
locationParamGKE(),
"list",
fmt.Sprintf("--cluster=%s", TestContext.CloudConfig.Cluster),
`--format="get(name)"`,
"--format=get(name)",
}
stdout, _, err := RunCmd("gcloud", appendContainerCommandGroupIfNeeded(args)...)
if err != nil {