mirror of https://github.com/kubernetes/kops.git
				
				
				
			Merge pull request #3484 from justinsb/makefile_fix_push_gce_run
Automatic merge from submit-queue. GCE: fix makefile push-gce-run
This commit is contained in:
		
						commit
						bbf1f47432
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							| 
						 | 
				
			
			@ -334,8 +334,8 @@ push-aws-dry: push
 | 
			
		|||
 | 
			
		||||
.PHONY: push-gce-run
 | 
			
		||||
push-gce-run: push
 | 
			
		||||
	ssh ${TARGET} sudo cp /tmp/nodeup /home/kubernetes/bin/nodeup
 | 
			
		||||
	ssh ${TARGET} sudo SKIP_PACKAGE_UPDATE=1 /home/kubernetes/bin/nodeup --conf=/var/lib/toolbox/kubernetes-install/kube_env.yaml --v=8
 | 
			
		||||
	ssh ${TARGET} sudo cp /tmp/nodeup /var/lib/toolbox/kubernetes-install/nodeup
 | 
			
		||||
	ssh ${TARGET} sudo SKIP_PACKAGE_UPDATE=1 /var/lib/toolbox/kubernetes-install/nodeup --conf=/var/lib/toolbox/kubernetes-install/kube_env.yaml --v=8
 | 
			
		||||
 | 
			
		||||
# -t is for CentOS http://unix.stackexchange.com/questions/122616/why-do-i-need-a-tty-to-run-sudo-if-i-can-sudo-without-a-password
 | 
			
		||||
.PHONY: push-aws-run
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue