AWS: Fix kube-up comments per code review

pull/6/head
Justin Santa Barbara 2015-11-03 13:12:17 -05:00
parent 41743ce87a
commit 2d5671aec2
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
# are ready to commit to supporting it.
# Experimental functionality:
# KUBE_SHARE_MASTER=true
# Detects an existing master and reuse it; useful if you want to
# Detect and reuse an existing master; useful if you want to
# create more nodes, perhaps with a different instance type or in
# a different subnet/AZ
# KUBE_SUBNET_CIDR=172.20.1.0/24
@ -39,7 +39,7 @@ ALLOCATE_NODE_CIDRS=true
NODE_INSTANCE_PREFIX="${INSTANCE_PREFIX}-minion"
# The ASG name must be unique, so we include the zone
# The Auto Scaling Group (ASG) name must be unique, so we include the zone
ASG_NAME="${NODE_INSTANCE_PREFIX}-group-${ZONE}"
# We could allow the master disk volume id to be specified in future