mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Fix GKE upgrade test.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
3028dc1f7a
commit
73a881e06d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue