-
Notifications
You must be signed in to change notification settings - Fork 50
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
azure_rm_aks Add parameter vm-set-type #354
Comments
@philippn Thank you for taking the time to contribute to this issue and we will investigate and add this feature. Thank you very much! |
@haiyuazhang @gavinfish Would you please help take a look this issue when you're free ? Thank you very much! |
@Fred-sun This issue is highly relevant for us - can you provide us with an update on it? |
We are looking at this issue and will Ping other maintenance staff to help add this parameter. Thank you very much! |
@haiyuazhang Please help to add the paramter for the azure_rm_aks modulewhen you're free. Thank you very much! |
@philippn Thank you very much for your interest in Ansible. This repo is no longer maintained in this repository and has been migrated to https://github.com/ansible-collections/azure |
Hi there,
the Ansible support for creating AKS clusters comes in very handy, thanks for that! I have one request though: I woud like to use the cluster autoscaler with AKS. However, I cannot enable that because the for doing so the cluster needs to be created with support for virtual mchine scale sets, see https://docs.microsoft.com/en-us/azure/aks/cluster-autoscaler for details.
Essentially, I think it would suffice to add support for the parameter
vm-set-type VirtualMachineScaleSets
as being passed intoaz aks create
. Or perhaps even the optionenable-cluster-autoscaler
to enable it right away.Thanks in advance and kind regards,
Philipp
The text was updated successfully, but these errors were encountered: