Azure / acs-engine

WE HAVE MOVED: Please join us at Azure/aks-engine!
https://github.com/Azure/aks-engine
MIT License
1.03k stars 560 forks source link

Creating a cluster with singlePlacementGroup set to false #4303

Closed vijaygos closed 5 years ago

vijaygos commented 5 years ago

Is this a request for help?:

YES

Is this an ISSUE or FEATURE REQUEST? (choose one):

ISSUE

What version of acs-engine?:

0.24.2

Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)

Kubernetes 1.10.8

What happened: Trying to create a cluster with the following agentPoolProfile gives me an error FATA[0000] error loading API model in generateCmd: error parsing the api model: AgentPoolProfile count needs to be in the range [1,100]

"agentPoolProfiles": [ { "OSDiskSizeGB": 128, "availabilityProfile": "VirtualMachineScaleSets", "count": 101, "ipAddressCount": 128, "kubernetesConfig": { "controllerManagerConfig": { "--terminated-pod-gc-threshold": "50" }, "kubeletConfig": { "--image-pull-progress-deadline": "30m", "--max-pods": "110" } }, "name": "agentpool1", "singlePlacementGroup": false, "storageProfile": "ManagedDisks", "vmSize": "Standard_DS13_v2" } ],

What you expected to happen: With singlePlacementGroup set to false, I would expect to be able to create a cluster with a node count of 101

tariq1890 commented 5 years ago

This is a bug that we need to fix . Thanks for reporting this @vijaygos

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. Note that acs-engine is deprecated--see https://github.com/Azure/aks-engine instead.