Skip to content

Commit 099b4f6

Browse files
authored
Merge pull request #205099 from stl327/main
[AKS] Add Default OS Disk Sizing Feature
2 parents aa008a6 + d5e463a commit 099b4f6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

articles/aks/concepts-clusters-workloads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ The Azure VM size for your nodes defines the storage CPUs, memory, size, and typ
7878

7979
In AKS, the VM image for your cluster's nodes is based on Ubuntu Linux or Windows Server 2019. When you create an AKS cluster or scale out the number of nodes, the Azure platform automatically creates and configures the requested number of VMs. Agent nodes are billed as standard VMs, so any VM size discounts (including [Azure reservations][reservation-discounts]) are automatically applied.
8080

81+
For managed disks, the default disk size and performance will be assigned according to the selected VM SKU and vCPU count. For more information, see [Default OS disk sizing](cluster-configuration.md#default-os-disk-sizing).
82+
8183
If you need advanced configuration and control on your Kubernetes node container runtime and OS, you can deploy a self-managed cluster using [Cluster API Provider Azure][cluster-api-provider-azure].
8284

8385
### Resource reservations

articles/aks/operator-best-practices-storage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,13 @@ In this example, the *Standard_DS2_v2* offers twice as many attached disks, and
8484

8585
Work with your application development team to understand their storage capacity and performance needs. Choose the appropriate VM size for the AKS nodes to meet or exceed their performance needs. Regularly baseline applications to adjust VM size as needed.
8686

87+
> [!NOTE]
88+
> By default, disk size and performance for managed disks is assigned according to the selected VM SKU and vCPU count. Default OS disk sizing is only used on new clusters or node pools when Ephemeral OS disks are not supported and a default OS disk size is not specified. For more information, see [Default OS disk sizing](cluster-configuration.md#default-os-disk-sizing).
89+
8790
For more information about available VM sizes, see [Sizes for Linux virtual machines in Azure][vm-sizes].
8891

92+
93+
8994
## Dynamically provision volumes
9095

9196
> **Best practice guidance**

0 commit comments

Comments
 (0)