-
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
AKS with VMSS #2900
Comments
It looks like the new version of the SDK contains the necessary autoscaling configuration properties so this can be done with a bump to the containerservice API version being used. |
@Lucretius the new version of the SDK being the SDK version or the API Version? |
Sorry, the new version of the API within the existing SDK. See here |
@Lucretius looks like this would require bumping the Azure SDK too, we're currently using |
I was looking at the same thing. comes with >= v26.5.0 @tombuildsstuff do you need to track the bump of the sdk in a separate issues / PR |
@djsly sorry I meant to open a PR for the SDK upgrade last week (but it dropped off my radar) - let me do that now |
Please also remember adding availability zone support while enabling vmss. Availability zones are currently supported in the go SDK // AvailabilityZones - (PREVIEW) Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
AvailabilityZones *[]string `json:"availabilityZones,omitempty"` References |
I guess this can be closed now that #3422 is merged @dominik-lekse? |
@epa095 @tombuildsstuff Yes, this feature is in the latest 1.28.0 release and the issue can be closed. |
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! |
Community Note
Description
az
can create aks clusters with virtual scale sets enabled by--enable-vmss
, and we would like to be able to do the same in terraform. VMSS is a requirement for node autoscaling, which is cool.New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: