-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Create one nodes instance group per zone #9471
Conversation
I would go with changing what number of nodes means and applying it to each instance group. |
I would also change the meaning of |
@olemarkus at the moment an ASG can span multiple AZs so, you just set a fixed number of nodes that are randomly assigned to an AZ. |
Sorry, I missed a change in I would either change this to nodes per AZ or documenting that this is the total number of nodes in the cluster. If we go for nodecount remaining the total number of nodes in the cluster, how we distribute the nodes across zones should be mentioned in the docs too. |
The documentation says "Set number of nodes. Defaults to one node per zone", which is precisely the behavior implemented. |
/lgtm |
/retest |
Thanks @johngmyers ! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johngmyers, rdrgmnzs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Creates one nodes instance group per zone, restricted to that zone. Changes the default number of nodes to the number of zones. If fewer nodes than zones, only creates one instance group per node.
Fixes #8152