Disable validation on AWS where it doesn't work.

Also add an advanced route for the master which I forgot previously.
This commit is contained in:
Brendan Burns
2015-03-24 20:49:55 -07:00
parent cfb6f1199b
commit cf72cf098a
2 changed files with 11 additions and 0 deletions

View File

@@ -460,6 +460,7 @@ function kube-up {
else
KUBE_MASTER=${MASTER_NAME}
KUBE_MASTER_IP=${ip}
$AWS_CMD create-route --route-table-id $ROUTE_TABLE_ID --destination-cidr-block ${MASTER_IP_RANGE} --instance-id $master_id > $LOG
echo -e " ${color_green}[master running @${KUBE_MASTER_IP}]${color_norm}"
break