Skip to content

Commit 52b8523

Browse files
Update articles/storage/container-storage/install-container-storage-aks.md
Co-authored-by: Ken Downie <[email protected]>
1 parent dcbfa54 commit 52b8523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Running this command will enable Azure Container Storage on the system node pool
134134

135135
By default, the system node pool is named `nodepool1`. If you want to enable Azure Container Storage on other node pools, see [Install Azure Container Storage on specific node pools](container-storage-aks-quickstart.md#install-azure-container-storage-on-specific-node-pools). If you want to specify additional storage pool parameters with this command, see [this table](container-storage-storage-pool-parameters.md).
136136

137-
\*If there are any existing node pools with the `acstor.azure.com/io-engine:acstor` label, Azure Container Storage will install the data plane components by default. Otherwise, users have the option to pass the preferred nodepool to `acstor` through Azure CLI. If the cluster only has the system nodepool, it will be labeled and used for Azure Container Storage by default. It is important to note that only data plane components will be restricted to the labeled nodepool. The control plane components of Azure Container Storage are not limited to the labeled nodes and may be installed on the system node pool as well.
137+
\*If there are any existing node pools with the `acstor.azure.com/io-engine:acstor` label, Azure Container Storage will install the data plane components by default. Otherwise, users have the option to pass the preferred node pool to `acstor` through Azure CLI. If the cluster only has the system node pool, it will be labeled and used for Azure Container Storage by default. It's important to note that only data plane components will be restricted to the labeled node pool. The control plane components of Azure Container Storage aren't limited to the labeled nodes and may be installed on the system node pool as well.
138138

139139
```azurecli-interactive
140140
az aks create -n <cluster-name> -g <resource-group> --node-vm-size Standard_D4s_v3 --node-count 3 --enable-azure-container-storage <storage-pool-type>

0 commit comments

Comments
 (0)