Skip to content

Commit 2d5fdfc

Browse files
committed
Small wording/formatting tweaks and one missed version update
1 parent 0494334 commit 2d5fdfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/supported-kubernetes-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To see what patch you're on, run the `az aks show --resource-group myResourceGro
8383
"autoScalerProfile": null,
8484
"autoUpgradeProfile": null,
8585
"azurePortalFqdn": "myaksclust-myresourcegroup.portal.hcp.eastus.azmk8s.io",
86-
"currentKubernetesVersion": "1.21.7",
86+
"currentKubernetesVersion": "1.29.2",
8787
}
8888
```
8989

@@ -106,7 +106,7 @@ The supported window of Kubernetes minor versions on AKS is known as "N-2", wher
106106

107107
For example, on the day that AKS introduces version 1.29, support is provided for the following versions:
108108

109-
New minor version | Supported Version List
109+
New minor version | Supported Minor Version List
110110
----------------- | ----------------------
111111
1.29 | 1.29, 1.28, 1.27
112112

@@ -118,7 +118,7 @@ When a new minor version is introduced, the oldest minor version is deprecated a
118118
1.27
119119
```
120120

121-
When AKS releases 1.30.\*, all the 1.27.\* versions go out of support 30 days later.
121+
When AKS releases 1.30, all the 1.27 versions go out of support 30 days later.
122122

123123
AKS also supports a maximum of two **patch** releases of a given minor version. For example, given the following supported versions:
124124

0 commit comments

Comments
 (0)