Skip to content

Commit

Permalink
Fix getting kube-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Mino-Altherr committed Sep 10, 2015
1 parent 92f21b3 commit f2664fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started-guides/ubuntu-calico.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit f2664fc

Please sign in to comment.