Azure / ACS

Azure Container Service - Bug Tracker + Announcements
65 stars 27 forks source link

Azure acs error #124

Open ravenzak opened 5 years ago

ravenzak commented 5 years ago

Request for help


Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm) Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.1", GitCommit:"d4ab47518836c750f9949b9e0d387f20fb92260b", GitTreeState:"clean", BuildDate:"2018-04-12T14:26:04Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.13", GitCommit:"290fb182489a396dce5d136451388f9b12f29c94", GitTreeState:"clean", BuildDate:"2018-05-15T18:08:47Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}

azure-cli (2.0.51) (the latest) acr (2.1.9) acs (2.3.11)

What happened: I can't manage my acs nodes quantity by azure-cli. I can resize by console, but i can't to this by az acs scale:

PS /app/projects/fe/scripts/new_scr> az acs scale --resource-group=dev-rg --name=dev --subscription="Some Project" --new-agent-count=18 Operation failed with status: 'Bad Request'. Details: An error has occurred in subscription ****----**, resourceGroup: dev-rg request: Provisioning of resource(s) for container service imagery-dev in resource group dev-rg failed. Message: { "code": "PropertyChangeNotAllowed", "message": "Changing property 'orchestratorProfile.OrchestratorVersion' is not allowed.", "target": "orchestratorProfile.OrchestratorVersion" }. Details: .

az acs show --resource-group dev-rg --name dev --subscription "Some Project" --output table Location Name ProvisioningState ResourceGroup


**l dev Succeeded dev-rg

What you expected to happen: I want to scale my acs by azure-cli (az acs acale)

Could you please give information, what can be wrong Thanks a lot

digeler commented 5 years ago

this is internal bug we are working to fix this ,fix will be rolled out asap. This is a regression since we started retiring k8s version thanks digeler@microsoft.com