Skip to content

Commit 387067d

Browse files
committed
verbiage
1 parent 1f43687 commit 387067d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,13 +753,13 @@ After successful registration, create a new resource group.
753753
az group create --name myResourceGroup2 --location eastus
754754
```
755755

756-
Create a new AKS cluster and attach a public IP for your node pool.
756+
Create a new AKS cluster and attach a public IP for your node pool nodes.
757757

758758
```azurecli-interactive
759759
az aks create -g MyResourceGroup2 -n MyManagedCluster -l eastus --enable-node-public-ip
760760
```
761761

762-
For existing AKS clusters, you can also add a new node pool, and attach a public IP.
762+
For existing AKS clusters, you can also add a new node pool, and attach a public IP for your nodes.
763763

764764
```azurecli-interactive
765765
az aks nodepool add -g MyResourceGroup2 --cluster-name MyManagedCluster -n nodepool2 --enable-node-public-ip

0 commit comments

Comments
 (0)