Azure / azure-cli

Azure Command-Line Interface
MIT License
3.97k stars 2.95k forks source link

az aks create --node-vm-size default value to be cheked #15920

Open ezYakaEagle442 opened 3 years ago

ezYakaEagle442 commented 3 years ago

THE CLI dos states : --node-vm-size -s Size of Virtual Machines to create as Kubernetes nodes. default value: Standard_DS2_v2

https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools#add-a-node-pool mentionns in the "Tip" section : _If no VmSize is specified when you add a node pool, the default size is Standard_D2s_v3 for Windows node pools and Standard_DS2_v2 for Linux node pools. If no OrchestratorVersion is specified, it defaults to the same version as the control plane_

Standard_DS2_v2 supports 8 Data disk Max.

Standard_D2s_v3 & Standard_D2s_v4 support 4 Data disk Max.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.

Issue Details
Description: THE CLI dos states : --node-vm-size -s Size of Virtual Machines to create as Kubernetes nodes. default value: Standard_DS2_v2 [https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools#add-a-node-pool](https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools#add-a-node-pool) mentionns in the "Tip" section : _If no VmSize is specified when you add a node pool, the default size is **Standard_D2s_v3 for Windows** node pools and **Standard_DS2_v2 for Linux node pools**. If no OrchestratorVersion is specified, it defaults to the same version as the control plane_ [Standard_DS2_v2](https://docs.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series?toc=/azure/virtual-machines/linux/toc.json&bc=/azure/virtual-machines/linux/breadcrumb/toc.json#dsv2-series) supports 8 Data disk Max. [Standard_D2s_v3](https://docs.microsoft.com/en-us/azure/virtual-machines/dv3-dsv3-series?toc=/azure/virtual-machines/linux/toc.json&bc=/azure/virtual-machines/linux/breadcrumb/toc.json#dsv3-series) & [Standard_D2s_v4](https://docs.microsoft.com/en-us/azure/virtual-machines/dv4-dsv4-series?toc=/azure/virtual-machines/linux/toc.json&bc=/azure/virtual-machines/linux/breadcrumb/toc.json) support 4 Data disk Max. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: d75c3a8d-1187-bea1-a7d4-7ebba71c1790 * Version Independent ID: 75b0c352-762e-16ae-5cc6-d807ffc1dc3f * Content: [az aks](https://docs.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest) * Content Source: [latest/docs-ref-autogen/aks.yml](https://github.com/MicrosoftDocs/azure-docs-cli/blob/master/latest/docs-ref-autogen/aks.yml) * Service: **container-service** * GitHub Login: @rloutlaw * Microsoft Alias: **routlaw**
Author: ezYakaEagle442
Assignees: -
Labels: `AKS`, `Service Attention`, `needs-triage`
Milestone: -

yonzhan commented 3 years ago

aks

rayoef commented 1 year ago

Thank you for your feedback on the documentation!

I'm unclear what the ask is with this issue. Are you asking to include the max data disk info?