File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Create an AKS cluster that can use ultra disks by enabling the `EnableUltraSSD`
42
42
43
43
You can enable ultra disks on existing clusters by adding a new node pool to your cluster that support ultra disks.
44
44
45
- Configure a new node pool to use ultra disks using the [`az aks nodepool add`][az-aks-nodepool-add] command with the `--enable-ultra-ssd` flag.
45
+ - Configure a new node pool to use ultra disks using the [`az aks nodepool add`][az-aks-nodepool-add] command with the `--enable-ultra-ssd` flag.
46
46
47
- ```azurecli
48
- az aks nodepool add --name ultradisk --cluster-name myAKSCluster --resource-group myResourceGroup --node-vm-size Standard_D2s_v3 --zones 1 2 --node-count 2 --enable-ultra-ssd
49
- ```
47
+ ```azurecli
48
+ az aks nodepool add --name ultradisk --cluster-name myAKSCluster --resource-group myResourceGroup --node-vm-size Standard_D2s_v3 --zones 1 2 --node-count 2 --enable-ultra-ssd
49
+ ```
50
50
51
51
## Use ultra disks dynamically with a storage class
52
52
You can’t perform that action at this time.
0 commit comments