-
Notifications
You must be signed in to change notification settings - Fork 294
Emit a warning message when t2.nano
or t2.micro
is set for *instanceType
#258
Comments
I think it would be enough to have some warning in |
Thanks for the comment @valichek! |
@mumoshu I'm running minimal cluster using |
@valichek I'm surprised it is working for you! Thanks for the info. |
Btw warnings already exist in |
t2.micro
for *instanceType
t2.micro
is set for *instanceType
t2.micro
is set for *instanceType
t2.nano
or t2.micro
is set for *instanceType
Regardless of the fact that
t2.medium
being the minimum default instance type in kube-aws these days, I believe some people are still trying to uset2.micro
for nodes by modifyingcluster.yaml
and resulting their clusters to not functional.I've recently received a question in the k8s slack about why
kube-aws up
didn't create a working cluster and one of the causes wast2.micro
.I'm going to add validation to forbid using
t2.micro
to stop trapping new-comers and to reduce the amount of support required to learn k8s via using kube-aws.I'll leave this open for a while to hear from the community before I actually add the validation.
Also see #138 and #184
The text was updated successfully, but these errors were encountered: