Skip to content

Commit 6a70358

Browse files
committed
Generation 2 VM GA and updates
1 parent 60b217f commit 6a70358

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/generation-2-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ az vm list-skus --location <location> --size <vm-size> --output table
3434

3535
## Create a node pool with a Generation 2 VM
3636

37-
### [Linux node pool](#tab/create-generation-2-vm)
37+
### [Linux node pool](#tab/linux-node-pool)
3838

3939
By default, Linux uses the Generation 2 node image unless the VM size doesn't support Generation 2.
4040

4141
Create a Linux node pool with a Generation 2 VM using the default [node pool creation][create-node-pools] process.
4242

43-
### [Windows node pool](#tab/create-generation-2-vm)
43+
### [Windows node pool](#tab/windows-node-pool)
4444

4545
By default, Windows uses the Generation 1 node image unless the VM size doesn't support Generation 1.
4646

@@ -54,15 +54,15 @@ az aks nodepool add --resource-group <resource-group-name> --cluster-name <clust
5454

5555
## Update an existing node pool to use a Generation 2 VM
5656

57-
### [Linux node pool](#tab/update-generation-2-vm)
57+
### [Linux node pool](#tab/linux-node-pool)
5858

5959
If you're using a VM size that only supports Generation 1, you can update your node pool to a vm size that supports Generation 2 using the [`az aks nodepool update`][az-aks-nodepool-update] command. This update changes your node image from Generation 1 to Generation 2.
6060

6161
```azurecli-interactive
6262
az aks nodepool update --resource-group <resource-group-name> --cluster-name <cluster-name> --name <node-pool-name> --vm-size <supported-generation-2-vm-size> --os-type Linux
6363
```
6464

65-
### [Windows node pool](#tab/update-generation-2-vm)
65+
### [Windows node pool](#tab/windows-node-pool)
6666

6767
If you're using a Generation 1 image, you can update your node pool to use Generation 2 by selecting a VM size that supports Generation 2 using the [`az aks nodepool update`][az-aks-nodepool-update] command. To specify that you want to use Generation 2, add a custom header `--aks-custom-headers UseWindowsGen2VM=true`. Generation 2 VM also requires Windows Server 2022. This update changes your node image from Generation 1 to Generation 2.
6868

0 commit comments

Comments
 (0)