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
commit 2343a677e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {