Kubernetes windows agent

3/8/2017

Hey I'm running a Kubernetes cluster on Azure using ACS. My question is if there is any way to add a Windows agent to the cluster without completely rebuilding the cluster?

I know this is possible for Linux distro's depending on what you use but I wonder if anyone knows a way to do this for Windows agents?

-- Tourna
agent
azure
azure-container-service
kubernetes
windows

1 Answer

3/14/2017

If you have deployed your cluster using the Azure portal then you can simply follow the instructions here https://docs.microsoft.com/en-us/azure/container-service/container-service-scale

But if you have deployed using the ACS engine and ARM template then currently there is an issue that it does not creates the acs resource.

-- Muhammad Faizan
Source: StackOverflow