Skip to content

Commit 87948c4

Browse files
committed
fixed formatting
1 parent d96b0ca commit 87948c4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ The deployment will take 10-15 minutes to complete.
149149
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.
150150

151151
1. Run the following command to view the list of available node pools. Replace `<resource-group-name>` and `<cluster-name>` with your own values.
152-
153-
```azurecli-interactive
154-
az aks nodepool list --resource-group <resource-group-name> --cluster-name <cluster-name>
155-
```
156-
157-
1. Run the following command to install Azure Container Storage on specific node pools. Replace `<cluster-name>` and `<resource-group-name>` with your own values. Replace `<storage-pool-type>` with `azureDisk`, `ephemeraldisk`, or `elasticSan`.
158-
159-
```azurecli-interactive
160-
az aks update -n <cluster-name> -g <resource-group-name> --enable-azure-container-storage <storage-pool-type> --azure-container-storage-nodepools <comma separated values of nodepool names>
161-
```
152+
153+
```azurecli-interactive
154+
az aks nodepool list --resource-group <resource-group-name> --cluster-name <cluster-name>
155+
```
156+
157+
2. Run the following command to install Azure Container Storage on specific node pools. Replace `<cluster-name>` and `<resource-group-name>` with your own values. Replace `<storage-pool-type>` with `azureDisk`, `ephemeraldisk`, or `elasticSan`.
158+
159+
```azurecli-interactive
160+
az aks update -n <cluster-name> -g <resource-group-name> --enable-azure-container-storage <storage-pool-type> --azure-container-storage-nodepools <comma separated values of nodepool names>
161+
```

0 commit comments

Comments
 (0)