-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for AWS node-groups to run in a single subnet/AZ #1428
Conversation
@iameskild, just a quick heads-up that this change does have the effect of limiting available IP addresses, which limits the number of concurrent workers. |
Thanks for the feedback @brl0! This was a concern that I had and I'm glad we were able to confirm one way or the other. |
@brl0 we recently added an AWS EKS addon ( I recall researching this before and indeed I did haha - #828 (comment) Have a look here for more info: https://github.com/aws/amazon-vpc-cni-k8s |
@iameskild, I think this same configuration needs to also be applied to the Node Group for user instances as well, since there is significant data transfer between user instances and workers when computing large dataframes etc, because if this change is not applied to user instances additional fees could be incurred for transfers between those them and the workers. Also, just curious, but do you know if the subnet mask size can be increased to avoid unnecessarily low worker count constraint this change otherwise implies. |
@costrouc @viniciusdc this is the last PR that needs to be included in the January release 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues with this PR. Will be great to finally run under one subnet as an option. This will remove a lot of the ways in which aws kubernetes behaves weird.
Fixes | Closes | Resolves #1388
Changes introduced in this PR:
worker
node-group but there might be interest in having this be the default for all node-groups.Types of changes
What types of changes does your PR introduce?
Put an
x
in the boxes that applyTesting
Requires testing
I have manually tested this but more testing might be need to ensure that we are not breaking other features.
In case you checked yes, did you write tests?
Documentation
Does your contribution include breaking changes or deprecations?
If so have you updated the documentation?
Further comments (optional)
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered and more.