Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'az aks scale' should be able to scale #of linux and windows nodes #79

Closed
sherland opened this issue Dec 14, 2017 · 2 comments
Closed
Labels

Comments

@sherland
Copy link

It is apparently possible to get AKS to use windows nodes, though I can't see any way to do this easily in the gui or the command-line.

It should be possible to scale both linux and windows nodes from the command-line and gui.

How about adding a node-type parameter, so that you could write this to have two windows nodes and zero linux nodes?

az aks scale --node-type windows --node-count 2 --name ...
az aks scale --node-type linux --node-count 0 --name ...

This issue is maybe related to:

@ahaeber
Copy link

ahaeber commented Dec 15, 2017

Related to this it would also be good to be able to specify vm size like you can when the cluster is created (aks create command and the vm-size parameter).

@slack slack added the question label Dec 19, 2017
@slack
Copy link
Contributor

slack commented Dec 19, 2017

Windows support will be a first-class citizen mid next year. The plan is to allow for multiple node pools. Each node pool would be of one type "windows" or "linux".

You will be able to scale each node pool independently.

@slack slack closed this as completed Dec 19, 2017
@Azure Azure locked as resolved and limited conversation to collaborators Aug 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants