-
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
Does CA support auto-discovery of Azure VMSSs? #2051
Comments
cc: @feiskyer |
@sonnysideup It's an initial working version for vmss, e.g. by setting |
/sig azure |
@feiskyer, thank you for your response. Just to make sure I understand this behavior, please let me frame an example and ask some questions: Example Setup
Questions
|
It could discovery vmss based on labels, but setting minSize and maxSize is not supported yet. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Can this be closed now after merging #2121? |
/close |
@feiskyer: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The documentation in this project indicates that auto-discovery is only supported for aws and gce are supported, but the code for the Azure provider seems to indicate otherwise.
autoscaler/cluster-autoscaler/cloudprovider/azure/azure_manager.go
Lines 49 to 58 in cb4e60f
autoscaler/cluster-autoscaler/cloudprovider/azure/azure_manager.go
Lines 265 to 268 in cb4e60f
Is it possible that the docs have been update since #542 was merged? I believe this should support VMSS in the same way it supports AWS ASGs now.
/cc @robinkraft
The text was updated successfully, but these errors were encountered: