Skip to content

Commit 34c4a61

Browse files
authored
Merge pull request #46580 from andresnava/patch-22
Update virtual-nodes-cli.md
2 parents a07d5a0 + b221988 commit 34c4a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article shows you how to create and configure the virtual network resources
1515

1616
## Before you begin
1717

18-
Virtual nodes enable network communication between pods that run in ACI and the AKS cluster. To provide this communication, a virtual network subnet is created and delegated permissions are assigned. Virtual nodes only work with AKS clusters created using *advanced* networking. By default, AKS clusters are created with *basic* networking. This article shows you how to create a virtual network and subnets, then deploy an AKS cluster that uses advanced networking.
18+
Virtual nodes enable network communication between pods that run in Azure Container Instances (ACI) and the AKS cluster. To provide this communication, a virtual network subnet is created and delegated permissions are assigned. Virtual nodes only work with AKS clusters created using *advanced* networking. By default, AKS clusters are created with *basic* networking. This article shows you how to create a virtual network and subnets, then deploy an AKS cluster that uses advanced networking.
1919

2020
If you have not previously used ACI, register the service provider with your subscription. You can check the status of the ACI provider registration using the [az provider list][az-provider-list] command, as shown in the following example:
2121

@@ -151,7 +151,7 @@ You deploy an AKS cluster into the AKS subnet created in a previous step. Get th
151151
az network vnet subnet show --resource-group myResourceGroup --vnet-name myVnet --name myAKSSubnet --query id -o tsv
152152
```
153153

154-
Use the [az aks create][az-aks-create] command to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one node. Replace `<subnetId>` with the ID obtained in the previous step, and then `<appId>` and `<password>` with the
154+
Use the [az aks create][az-aks-create] command to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one node. Replace `<subnetId>` with the ID obtained in the previous step, and then `<appId>` and `<password>` with the values gathered in the previous section.
155155

156156
```azurecli-interactive
157157
az aks create \
@@ -298,7 +298,7 @@ If you no longer wish to use virtual nodes, you can disable them using the [az a
298298

299299
If necessary, go to [https://shell.azure.com](https://shell.azure.com) to open Azure Cloud Shell in your browser.
300300

301-
First, delete the helloworld pod running on the virtual node:
301+
First, delete the `aci-helloworld` pod running on the virtual node:
302302

303303
```console
304304
kubectl delete -f virtual-node.yaml

0 commit comments

Comments
 (0)