Merge "Configure minions properly"

This commit is contained in:
Jenkins 2015-05-10 22:23:51 +00:00 committed by Gerrit Code Review
commit 6f8446327e
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ sed -i '
sed -i '
/^KUBELET_ADDRESS=/ s/=.*/="--address=0.0.0.0"/
/^KUBELET_HOSTNAME=/ s/=.*/="--hostname_override='"$myip"'"/
/^KUBELET_API_SERVER=/ s/=.*/="--api_servers='http:\/\/"$KUBE_MASTER_IP"':8080"/
/^KUBELET_API_SERVER=/ s|=.*|="--api_servers=http://'"$KUBE_MASTER_IP"':8080"|
' /etc/kubernetes/kubelet
sed -i '