Merge pull request #9949 from iterion/aws-production-instance-types

AWS: Note about instance types
This commit is contained in:
Yu-Ju Hong 2015-07-07 10:16:22 -07:00
commit 0947b2715a

View File

@ -38,6 +38,10 @@ export MASTER_SIZE=c4.large
export MINION_SIZE=r3.large
```
Please note: `kube-up` utilizes ephemeral storage available on instances for docker storage. EBS-only instance types do not
support ephemeral storage and will default to docker storage on the root disk which is usually only 8GB.
EBS-only instance types include `t2`, `c4`, and `m4`.
**KUBE_ENABLE_MINION_PUBLIC_IP**
Should a public IP automatically assigned to the minions? "true" or "false"