mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fixed execution rights on flanneld
This commit is contained in:
		
				
					committed by
					
						
						Ilya WingedFox Lebedev
					
				
			
			
				
	
			
			
			
						parent
						
							f92a9e794d
						
					
				
				
					commit
					e5c83f135f
				
			@@ -41,6 +41,7 @@ grep -q "^${FLANNEL_VERSION}\$" binaries/.flannel 2>/dev/null || {
 | 
			
		||||
  ( curl --fail -L https://github.com/coreos/flannel/releases/download/v${FLANNEL_VERSION}/flannel-v${FLANNEL_VERSION}-linux-amd64.tar.gz -o flannel.tar.gz &&
 | 
			
		||||
    tar xzf flannel.tar.gz flanneld -O > out/flanneld
 | 
			
		||||
  )
 | 
			
		||||
  chmod 0755 out/flanneld
 | 
			
		||||
  cp out/flanneld binaries/master
 | 
			
		||||
  cp out/flanneld binaries/minion
 | 
			
		||||
  echo ${FLANNEL_VERSION} > binaries/.flannel
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user