mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #9949 from iterion/aws-production-instance-types
AWS: Note about instance types
This commit is contained in:
commit
0947b2715a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user