-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow setting node locations on individual node pools #290
Comments
@morgante I can pick this up next if no one else has started |
@bharathkkb Go ahead, thanks! |
@morgante quick question about this. I was trying to implement it like below but seems like I cant have arrays and strings within a single map.
For taints, tags etc which requires lists we have used a different variable. Should I use that approach here?
|
I'd suggest we simply comma-separate the locations in a string, as the simplest approach. |
Yes that makes sense. Thanks |
By the by, I've opened #306 to address the limitation of |
As added upstream, we need to update this module to support specifying
node_locations
on individual node pools (that potentially differ from the cluster's overall locations).This will unblock #263.
The text was updated successfully, but these errors were encountered: