Skip to content

Commit 1843d09

Browse files
committed
tweak
1 parent cb04712 commit 1843d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ 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 nodes. Each of the nodes in the node pool receives a unique public IP. You can verify this by looking at the Virtual Machine Scale Set instances.
756+
Create a new AKS cluster and attach a public IP for your nodes. Each of the nodes in the node pool receives a unique public IP. You can verify this by looking at the Virtual Machine Scale Set instances.
757757

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

0 commit comments

Comments
 (0)