Skip to content

Commit 3b77eb7

Browse files
authored
Merge pull request #94638 from 64J0/64J0-patch-5
Update cluster-configuration.md
2 parents 47b07f5 + a78e4ed commit 3b77eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/cluster-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Additionally not all VM images support Gen2, on AKS Gen2 VMs will use the new [A
5959

6060
## Ephemeral OS
6161

62-
By default, Azure automatically replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. However, since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
62+
By default, Azure automatically replicates the operating system disk for a virtual machine to Azure storage to avoid data loss if the VM needs to be relocated to another host. However, since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
6363

6464
By contrast, ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read/write latency, along with faster node scaling and cluster upgrades.
6565

0 commit comments

Comments
 (0)