mirror of https://github.com/k3s-io/k3s
AWS: Fix kube-up comments per code review
parent
41743ce87a
commit
2d5671aec2
|
@ -21,7 +21,7 @@
|
||||||
# are ready to commit to supporting it.
|
# are ready to commit to supporting it.
|
||||||
# Experimental functionality:
|
# Experimental functionality:
|
||||||
# KUBE_SHARE_MASTER=true
|
# 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
|
# create more nodes, perhaps with a different instance type or in
|
||||||
# a different subnet/AZ
|
# a different subnet/AZ
|
||||||
# KUBE_SUBNET_CIDR=172.20.1.0/24
|
# KUBE_SUBNET_CIDR=172.20.1.0/24
|
||||||
|
@ -39,7 +39,7 @@ ALLOCATE_NODE_CIDRS=true
|
||||||
|
|
||||||
NODE_INSTANCE_PREFIX="${INSTANCE_PREFIX}-minion"
|
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}"
|
ASG_NAME="${NODE_INSTANCE_PREFIX}-group-${ZONE}"
|
||||||
|
|
||||||
# We could allow the master disk volume id to be specified in future
|
# We could allow the master disk volume id to be specified in future
|
||||||
|
|
Loading…
Reference in New Issue