Not about instance types

This commit is contained in:
Adam Sunderland 2015-06-17 11:32:22 -05:00
parent 43889c612c
commit 304d75caf9

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"