You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example output shows the current version as *1.26.6* and the location as *eastus*:
75
+
The following example output shows the current version as *1.28.9* and the location as *eastus*:
76
76
77
77
```output
78
-
Name KubernetesVersion Location
79
-
---- ----------------- --------
80
-
myAKSCluster 1.26.6 eastus
78
+
Name CurrentKubernetesVersion Location
79
+
---- ------------------------ --------
80
+
myAKSCluster 1.28.9 eastus
81
81
```
82
82
83
83
2. Check which Kubernetes upgrade releases are available in the region where your cluster resides using the [`Get-AzAksVersion`][get-azaksversion] cmdlet.
@@ -91,8 +91,11 @@ If using Azure PowerShell, this tutorial requires Azure PowerShell version 5.9.0
0 commit comments