Skip to content

Commit

Permalink
Add the "this is only for single-AZ mode" warning to availabilityZone…
Browse files Browse the repository at this point in the history
… in templates/cluster.yaml

ref 2nd comment in coreos#439 (comment)
  • Loading branch information
cw-kuoka committed May 6, 2016
1 parent d5e7161 commit 6c5a02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-node/aws/pkg/config/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keyName: {{.KeyName}}
# Region to provision Kubernetes cluster
region: {{.Region}}

# Availability Zone to provision Kubernetes cluster
# Availability Zone to provision Kubernetes cluster when placing nodes in a single availability zone (not highly-available) Comment out for multi availability zone setting and use the below `subnets` section instead.
availabilityZone: {{.AvailabilityZone}}

# ARN of the KMS key used to encrypt TLS assets.
Expand Down

0 comments on commit 6c5a02a

Please sign in to comment.