mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix getting kube-proxy
This commit is contained in:
		@@ -246,7 +246,8 @@ kubernetes/cluster/ubuntu/build.sh
 | 
			
		||||
sudo cp -f binaries/minion/* /usr/bin
 | 
			
		||||
 | 
			
		||||
# Get the iptables based kube-proxy reccomended for this demo
 | 
			
		||||
sudo wget https://github.com/projectcalico/calico-kubernetes/releases/download/v0.1.1/kube-proxy -P /usr/bin/
 | 
			
		||||
wget https://github.com/projectcalico/calico-kubernetes/releases/download/v0.1.1/kube-proxy
 | 
			
		||||
sudo cp kube-proxy /usr/bin/
 | 
			
		||||
sudo chmod +x /usr/bin/kube-proxy
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user