Skip to content

Commit cab1c5d

Browse files
Update virtual-nodes-cli.md
1 parent 6143632 commit cab1c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ az group create --name myResourceGroup --location westus
5959
## Create a virtual network
6060

6161
> [!IMPORTANT]
62-
> Virtual Node requires to have a custom virtual network and associated subnet. It can't be associated with the AKS cluster virtual network.
62+
> Virtual node requires a custom virtual network and associated subnet. It can't be associated with the same virtual network the AKS cluster is deployed to.
6363
6464
Create a virtual network using the [az network vnet create][az-network-vnet-create] command. The following example creates a virtual network name *myVnet* with an address prefix of *10.0.0.0/8*, and a subnet named *myAKSSubnet*. The address prefix of this subnet defaults to *10.240.0.0/16*:
6565

0 commit comments

Comments
 (0)