You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
AKS now allows for Node Pools of max 1000 nodes (which is also the limit of total nodes across all node pools cluster), provided the singlePlacementGroup flag is disabled in the VMSS.
The limit on the following options should be raised to 1000 (possibly depending on some other flag related to the singlePlacementGroup option?):
max_count - (Required) The maximum number of nodes which should exist within this Node Pool. Valid values are between 0 and 100 and must be greater than or equal to min_count.
min_count - (Required) The minimum number of nodes which should exist within this Node Pool. Valid values are between 0 and 100 and must be less than or equal to max_count.
node_count - (Optional) The initial number of nodes which should exist within this Node Pool. Valid values are between 0 and 100 and must be a value in the range min_count - max_count.
New or Affected Resource(s)
azurerm_kubernetes_cluster_node_pool
Possibly the azurerm_kubernetes_cluster as well for the default pool
Potential Terraform Configuration
N/A
References
At this time, I can't seem to find any official doc reference to this, except from the VMSS one:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked as resolved and limited conversation to collaborators
Dec 20, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Description
AKS now allows for Node Pools of max 1000 nodes (which is also the limit of total nodes across all node pools cluster), provided the
singlePlacementGroup
flag is disabled in the VMSS.The limit on the following options should be raised to 1000 (possibly depending on some other flag related to the
singlePlacementGroup
option?):New or Affected Resource(s)
Potential Terraform Configuration
N/A
References
At this time, I can't seem to find any official doc reference to this, except from the VMSS one:
Attaching a picture of the portal showing the updated behavior:
The text was updated successfully, but these errors were encountered: