Azure Container Service Kubernetes: How to Change VM Size?

Viewed 737

I would like to change the VM size of agents. I can't seem to do that from the CLI or by adjusting the Container Service. How can I change the size of the agents?

1 Answers

How can I change the size of the agents?

We can change k8s agent via Azure portal, the agent in Azure is a VM, we should resize the VM :

enter image description here

enter image description here

Related