Skip to content

Commit 95ea970

Browse files
Merge pull request #219955 from MGoedtel/bug44914
updated reference to Ephemeral OS disk sizing guidance
2 parents 8516108 + 616720c commit 95ea970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/cluster-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure a cluster in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
66
ms.custom: ignite-2022
7-
ms.date: 11/23/2022
7+
ms.date: 11/30/2022
88
---
99

1010
# Configure an AKS cluster
@@ -85,7 +85,7 @@ Like the temporary disk, an ephemeral OS disk is included in the price of the vi
8585
> [!IMPORTANT]
8686
> When you don't explicitly request managed disks for the OS, AKS will default to ephemeral OS if possible for a given node pool configuration.
8787
88-
If you chose to use an ephemeral OS, the OS disk must fit in the VM cache. The sizes for VM cache are available in the [Azure VM documentation](../virtual-machines/dv3-dsv3-series.md) in parentheses next to IO throughput ("cache size in GiB").
88+
If you chose to use an ephemeral OS, the OS disk must fit in the VM cache. Size requirements and recommendations for VM cache are available in the [Azure VM documentation](../virtual-machines/ephemeral-os-disks.md).
8989

9090
If you chose to use the AKS default VM size [Standard_DS2_v2](../virtual-machines/dv2-dsv2-series.md#dsv2-series) SKU with the default OS disk size of 100 GB. The default VM size supports ephemeral OS, but only has 86 GB of cache size. This configuration would default to managed disks if you don't explicitly specify it. If you do request an ephemeral OS, you'll receive a validation error.
9191

@@ -109,7 +109,7 @@ Configure the cluster to use Ephemeral OS disks when the cluster is created. Use
109109
az aks create --name myAKSCluster --resource-group myResourceGroup -s Standard_DS3_v2 --node-osdisk-type Ephemeral
110110
```
111111

112-
If you want to create a regular cluster using network-attached OS disks, you can do so by specifying `--node-osdisk-type=Managed`. You can also choose to add more ephemeral OS node pools as per below.
112+
If you want to create a regular cluster using network-attached OS disks, you can do so by specifying `--node-osdisk-type=Managed`. You can also choose to add more ephemeral OS node pools as described below.
113113

114114
### Use Ephemeral OS on existing clusters
115115

0 commit comments

Comments
 (0)