Skip to content

Commit 3a9c94b

Browse files
authored
Update container-storage-aks-quickstart.md
Fix bug: ACStor requires 4 VMs -> 3 VMs.
1 parent 2c06e31 commit 3a9c94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The resources consumed are per node, and will be consumed for each node in the n
112112
113113
## Ensure VM type for your cluster meets the following criteria
114114
115-
To use Azure Container Storage, you'll need a node pool of at least three Linux VMs. If you're using local NVMe for your storage pool, the node pool should contain a minimum of four Linux VMs. Each VM should have a minimum of four virtual CPUs (vCPUs). Azure Container Storage will consume one core for I/O processing on every VM the extension is deployed to.
115+
To use Azure Container Storage, you'll need a node pool of at least three Linux VMs. Each VM should have a minimum of four virtual CPUs (vCPUs). Azure Container Storage will consume one core for I/O processing on every VM the extension is deployed to.
116116
117117
Follow these guidelines when choosing a VM type for the cluster nodes. You must choose a VM type that supports [Azure premium storage](/azure/virtual-machines/premium-storage-performance).
118118
@@ -158,7 +158,7 @@ The deployment will take 10-15 minutes. When it completes, you'll have an AKS cl
158158
159159
### Install Azure Container Storage on specific node pools
160160

161-
If you want to install Azure Container Storage on specific node pools, follow these instructions. The node pools must contain at least three Linux VMs each. If you're using local NVMe for your storage pool, then the node pools must contain at least four Linux VMs each.
161+
If you want to install Azure Container Storage on specific node pools, follow these instructions. The node pools must contain at least three Linux VMs.
162162

163163
1. Run the following command to view the list of available node pools. Replace `<resource-group>` and `<cluster-name>` with your own values.
164164

0 commit comments

Comments
 (0)