mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #85555 from Random-Liu/fix-upgrade-test
Fix GKE upgrade test.
This commit is contained in:
commit
2343a677e4
@ -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 New Issue
Block a user