-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 to launch all nodes into the same AZ #232
Comments
Hi, |
I'm fine with having multiple subnets for EKS. I just need the worker autoscaling group to live in a single AZ. |
@armandmcqueen I'm curious to know what happens if you pass e.g. @gruebel is that an EKS API requirement, or something else? I think in the future, we should be able to allow this to happen for individual node-groups, perhaps |
@errordeveloper yeah it is a requirement by the EKS API, if you try it, you will directly get an error message. |
We will be able to do this very easily soon (namely after #257). |
@richardcase as you are working on #281, there's now a |
This is definitely done now, and we have ironed out a bug in this week - #432. |
Does it assume only one subnet per AZ? Can we deploy on multiple subnets in the same AZ? |
No, it is single subnet per AZ. If you have a particular use-case, please
open an issue with more details of that use-case.
…On Thu, 19 Sep 2019, 3:04 pm Dário Nascimento, ***@***.***> wrote:
Does it assume only one subnet per AZ? Can we deploy on multiple subnets
in the same AZ?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#232>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB5MS6W5YVZCDKCE25ZDTDQKOBHNANCNFSM4FYA6CFA>
.
|
…examples Cleanup README and examples
Why do you want this feature?
We are running ML training workloads on EKS that are very sensitive to network latency. For performance reasons, we need our nodes to exist in a single AZ. Using
--zones
with a single AZ raises an error.What feature/behavior/change do you want?
When launching a new cluster, I would like to be able to pass in a single AZ with the
--zones
option or to have a--single-az
flag that forces nodes to launch into the same AZ.Any workflow that is less unwieldy than manually altering the AutoScaling group's subnet list would be helpful.
The text was updated successfully, but these errors were encountered: