mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	@@ -271,7 +271,7 @@ func nodePoolsGKE() ([]string, error) {
 | 
				
			|||||||
		locationParamGKE(),
 | 
							locationParamGKE(),
 | 
				
			||||||
		"list",
 | 
							"list",
 | 
				
			||||||
		fmt.Sprintf("--cluster=%s", TestContext.CloudConfig.Cluster),
 | 
							fmt.Sprintf("--cluster=%s", TestContext.CloudConfig.Cluster),
 | 
				
			||||||
		`--format="get(name)"`,
 | 
							"--format=get(name)",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	stdout, _, err := RunCmd("gcloud", appendContainerCommandGroupIfNeeded(args)...)
 | 
						stdout, _, err := RunCmd("gcloud", appendContainerCommandGroupIfNeeded(args)...)
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user