mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #62475 from rramkumar1/patch-8
Automatic merge from submit-queue (batch tested with PRs 62324, 61459, 62475, 62476, 61914). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Bump image in ingress downgrade test **Release note**: ```release-note None ``` /assign @nicksardo
This commit is contained in:
		@@ -82,7 +82,7 @@ func ingressUpgradeGCE(isUpgrade bool) error {
 | 
			
		||||
		}
 | 
			
		||||
	} else {
 | 
			
		||||
		// Downgrade to latest release image.
 | 
			
		||||
		command = "sudo sed -i -re 's/(image:)(.*)/\\1 k8s.gcr.io\\/ingress-gce-glbc-amd64:v1.0.1/' /etc/kubernetes/manifests/glbc.manifest"
 | 
			
		||||
		command = "sudo sed -i -re 's/(image:)(.*)/\\1 k8s.gcr.io\\/ingress-gce-glbc-amd64:v1.1.0/' /etc/kubernetes/manifests/glbc.manifest"
 | 
			
		||||
	}
 | 
			
		||||
	// Kubelet should restart glbc automatically.
 | 
			
		||||
	sshResult, err := NodeExec(GetMasterHost(), command)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user