Skip to content

Commit

Permalink
Fixed default config for kube-proxy on minions
Browse files Browse the repository at this point in the history
Without this fix kube-proxy on minions cannot connect to master as `MASTER_IP` is not reachable.
  • Loading branch information
mazswojejzony committed Apr 5, 2015
1 parent c048e6f commit e385d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/ubuntu-cluster/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ while true; do
# set MINION IP in default_scripts/kubelet
sed -i "s/MY_IP/${myIP}/g" default_scripts/kubelet
sed -i "s/MASTER_IP/${masterIP}/g" default_scripts/kubelet
sed -i "s/MASTER_IP/${masterIP}/g" default_scripts/kube-proxy
cpMinion
break
;;
Expand Down

0 comments on commit e385d55

Please sign in to comment.