mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #14684 from mikedanese/fix-0
Auto commit by PR queue bot
This commit is contained in:
		@@ -522,8 +522,8 @@ func migTemplate() (string, error) {
 | 
			
		||||
		// An `instance-groups managed describe` call outputs what we want to stdout.
 | 
			
		||||
		output, _, err := retryCmd("gcloud", "compute", "instance-groups", "managed",
 | 
			
		||||
			fmt.Sprintf("--project=%s", testContext.CloudConfig.ProjectID),
 | 
			
		||||
			fmt.Sprintf("--zone=%s", testContext.CloudConfig.Zone),
 | 
			
		||||
			"describe",
 | 
			
		||||
			fmt.Sprintf("--zone=%s", testContext.CloudConfig.Zone),
 | 
			
		||||
			testContext.CloudConfig.NodeInstanceGroup)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			errLast = fmt.Errorf("gcloud compute instance-groups managed describe call failed with err: %v", err)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user