-
Notifications
You must be signed in to change notification settings - Fork 557
VMSS is broken on 0.17.1 #3062
Comments
i fount out this also seems to be broken with the "long way" version of the process. A missing parameter in the generated parameter file (azuredeploy.parameters.json) seems to be the source of the problem. Here's an output of the error message I forgot to put above : |
@omartin2010 please see #3064. Please use version v0.17.0 in the meantime. |
I did try using v0.17.0 and experimented another issue : So I deployed with 0.16.2 and it seems to be working! |
@omartin2010 try using a different dns prefix |
same here, |
I managed to get it working by using ACS-engine version 0.17.0 and kubernetes 1.10.2. I deployed the VMSS into existing vnet. |
I also got this bug today when trying to deploy k8s on vmss with cluster autoscaler addon. |
The issue has been fixed in master branch, it needs a while for next v0.17.2 release |
@mwieczorek 893c2c0 is in master, not in 0.17.1, which only added a new k8s version and fixed a bug with extensions. |
This is fixed in 0.18.x |
@CecileRobertMichon not working in 0.19.2 |
@sshepel our tests suggest that VMSS is working on the latest acs-engine version, can you give more details regarding what exactly is not working / what error message you are getting / with what apimodel? |
@CecileRobertMichon I'm getting same error as @omartin2010 when I'm trying to update cluster:
|
@sshepel this is a separate issue, you are trying to modify an existing cluster using a different template than it was created with. You should either a) create a new cluster using a dns prefix / name b) use |
@CecileRobertMichon I'm sorry, I just want to provide the log error (because it was the same for me) not the command. I faced with this problem duding executing |
Is this a request for help?:yes
Is this an ISSUE or FEATURE REQUEST? (choose one):ISSUE
What version of acs-engine?:0.17.1
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm) : Kubernetes
What happened:Can't deploy following the instructions here and following the template included in examples/kubernetes-vmss-low-priority/kubernetes.json
What you expected to happen:cluster to deploy
How to reproduce it (as minimally and precisely as possible):run the deployment using this command:
acs-engine deploy --subscription-id <my_sub> --location eastus --api-model kubernetes-vmss-low-priority/kubernetes.json
I modified kubernetes.json to put the dns name in there, and didn't put the dns name in the deploy command line because it creates a bug as I've seen in issue 3051.
Anything else we need to know:
I'm was able to repro one time. Happy to try again, now I'm using the "longer" version of the process which creates the actual template.
The text was updated successfully, but these errors were encountered: