Commit f2664fc7 authored by Luke Mino-Altherr's avatar Luke Mino-Altherr

Fix getting kube-proxy

parent 92f21b3f
...@@ -246,7 +246,8 @@ kubernetes/cluster/ubuntu/build.sh ...@@ -246,7 +246,8 @@ kubernetes/cluster/ubuntu/build.sh
sudo cp -f binaries/minion/* /usr/bin sudo cp -f binaries/minion/* /usr/bin
# Get the iptables based kube-proxy reccomended for this demo # 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 sudo chmod +x /usr/bin/kube-proxy
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment