Skip to content

Commit a53b97f

Browse files
authored
Update nodepools-not-upgraded-to-gen2-during-node-image-upgrade.md
1 parent c7901bd commit a53b97f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

support/azure/azure-kubernetes/create-upgrade-delete/nodepools-not-upgraded-to-gen2-during-node-image-upgrade.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This article discusses how to troubleshoot a scenario in which Windows Server no
1818
1919
## Prerequisites
2020

21-
<!-- Updated: Specify Azure CLI version -->
2221
- Azure CLI version 2.0.81 or later. See [Install Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) for installation instructions.
2322

2423
## Symptoms
@@ -71,10 +70,8 @@ Upgrade the cluster, and then create a new Windows Server nodepool that supports
7170
>
7271
> - Set the operating system SKU to **Windows Server 2022** to use together with your Gen2 VM.
7372
>
74-
> <!-- Added: Verify VM size compatibility -->
75-
> - Before creating a new nodepool, verify that the VM size supports Gen2 VMs in your region by running `az vm list-sizes --location <region> --query "[?contains(name, 'v2')].name" --output table`.
73+
> - Before you create a new nodepool, verify that the VM size supports Gen2 VMs in your region by running `az vm list-sizes --location <region> --query "[?contains(name, 'v2')].name" --output table`.
7674
>
77-
> <!-- Added: Check node image versions -->
7875
> - To confirm the current and available node image versions, run `az aks nodepool show --resource-group <resource-group> --cluster-name <cluster-name> --name <nodepool-name> --query nodeImageVersion` to check the current version, and `az aks nodepool get-upgrades --resource-group <resource-group> --cluster-name <cluster-name> --nodepool-name <nodepool-name> --query latestNodeImageVersion` to check the latest available version.
7976
8077
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)