Skip to content

Commit

Permalink
master_ip needs updating even for minion to be discovered by master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipin Jain committed Mar 25, 2015
1 parent cfb6f11 commit 787c80b
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 @@ -196,6 +196,7 @@ while true; do
configEtcd $etcdName $myIP $cluster
# 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
cpMinion
break
;;
Expand Down

0 comments on commit 787c80b

Please sign in to comment.