awslabs / aws-eks-cluster-controller

Manages EKS clusters in different AWS accounts using Custom Resources
Apache License 2.0
103 stars 30 forks source link

Nodeworker to use 2 t2.medium instances by default #83

Closed anand99 closed 5 years ago

anand99 commented 5 years ago

Description of changes: Use only 2 t2.medium instances by default. We may need to add fields for this in NodeGroupSpec for future so user can have ability to pass when the CRD get created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.