-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add support for Azure virtual machine availability sets (VMAS) #514
Conversation
Update: Verified one node group scaling properly in following scenarios
Also /cc @wbuchwalter (author of Kubernetes-acs-engine-autoscaler). Could you also take a look at this? |
Is the Azure library also updated in the core Kuberentes? |
Please fix the conflicts. |
@mwielgus Azure library version not updated in this PR, only adding a new sub-package. |
Rebased and conflicts resolved. |
/lgtm |
@mwielgus thanks |
Preemption within ClusterQueue and cohort
Continue of #449.
This PR adds initial support for Azure virtual machine availability sets (VMAS). Significant changes include
vmType
parameters to indicate different virtual machine types. Candidate values are 'vmss' and 'standard'Special notes for reviewers:
/cc @brendandburns @andyzhangx @jdumars
/assign @mwielgus @MaciekPytel