-
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
Azure based acs-engine autoscaler failing with standard vm type (availability set) #644
Comments
@alexquintero Thanks of trying autoscaler. The image
or use the image I have already built Please also note that Please let me know if you still have problems. |
@feiskyer I'll give it a go today and let you know. |
@feiskyer Well turns out my VMs have useInstanceMetadata set to true. Is that an acs-engine setting that must be set prior to cluster creation or is that something I can resolve on an existing cluster? |
@alexquintero It can be set when creating the cluster, or change And after kubernetes/kubernetes#59603, useInstanceMetadata could be set true (may be in v1.9.4). |
@feiskyer I finally got around to giving this a go and ran into a different issue, but hey, that's progress.
I imagine if |
@alexquintero Yep, those parameters are not handled yet, need an update to support them. |
Remove a --arch=amd64 flag from envtest command
Issue:
Cluster-autoscaler appears to be requesting a scaleset from Azure despite the vmtype being set to standard.
Log Output:
Versions:
Kubernetes version 1.9.2
ACS-Engine version 0.12.5
cluster-autoscaler version v1.1.1
Additional Details:
My deployment is based entirely on the azure cloudprovider readme's cluster-autoscaler-standard-master.yaml.
I made the following modifications:
image: gcr.io/google_containers/cluster-autoscaler:v1.1.1
c3RhbmRhcmQ=
which is the base64 ofstandard
, but as I mentioned this value seems to be getting ignored. I filled in the rest of the values based on my service principal and the acs-engine parameters as directed by the readme.The text was updated successfully, but these errors were encountered: