Skip to content

Commit 88f04ac

Browse files
Merge pull request #229984 from schaffererin/supported-k8s-versions
Supported k8s versions
2 parents 3c57a59 + dea8338 commit 88f04ac

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

articles/aks/supported-kubernetes-versions.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@ Each number in the version indicates general compatibility with the previous ver
3434

3535
Aim to run the latest patch release of the minor version you're running. For example, if your production cluster is on **`1.17.7`**, **`1.17.8`** is the latest available patch version available for the *1.17* series. You should upgrade to **`1.17.8`** as soon as possible to ensure your cluster is fully patched and supported.
3636

37+
## AKS Kubernetes release calendar
38+
39+
View the upcoming version releases on the AKS Kubernetes release calendar. To see real-time updates of region release status and version release notes, visit the [AKS release status webpage][aks-release]. To learn more about the release status webpage, see [AKS release tracker][aks-tracker].
40+
41+
> [!NOTE]
42+
> AKS follows 12 months of support for a generally available (GA) Kubernetes version. To read more about our support policy for Kubernetes versioning, please read our [FAQ](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#faq).
43+
44+
For the past release history, see [Kubernetes history](https://en.wikipedia.org/wiki/Kubernetes#History).
45+
46+
| K8s version | Upstream release | AKS preview | AKS GA | End of life |
47+
|--------------|-------------------|--------------|---------|-------------|
48+
| 1.22 | Aug-04-21 | Sept 2021 | Dec 2021 | Dec 2022 |
49+
| 1.23 | Dec 2021 | Jan 2022 | Apr 2022 | Apr 2023 |
50+
| 1.24 | Apr-22-22 | May 2022 | Jul 2022 | Jul 2023
51+
| 1.25 | Aug 2022 | Oct 2022 | Dec 2022 | Dec 2023
52+
| 1.26 | Dec 2022 | Feb 2023 | Mar 2023 | Mar 2024
53+
| 1.27 | Apr 2023 | May 2023 | Jun 2023 | Jun 2024
54+
3755
## Alias minor version
3856

3957
> [!NOTE]
@@ -57,7 +75,7 @@ To see what patch you're on, run the `az aks show --resource-group myResourceGro
5775

5876
## Kubernetes version support policy
5977

60-
AKS defines a generally available version as a version enabled in all SLO or SLA measurements and available in all regions. AKS supports three GA minor versions of Kubernetes:
78+
AKS defines a GA version as a version enabled in all SLO or SLA measurements and available in all regions. AKS supports three GA minor versions of Kubernetes:
6179

6280
* The latest GA minor version released in AKS (which we'll refer to as N).
6381
* Two previous minor versions.
@@ -183,25 +201,6 @@ Get-AzAksVersion -Location eastus
183201

184202
---
185203

186-
## AKS Kubernetes release calendar
187-
188-
> [!NOTE]
189-
> AKS follows 12 months of support for a GA Kubernetes version. To read more about our support policy for Kubernetes versioning, please read our [FAQ](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#faq).
190-
191-
For the past release history, see [Kubernetes](https://en.wikipedia.org/wiki/Kubernetes#History).
192-
193-
| K8s version | Upstream release | AKS preview | AKS GA | End of life |
194-
|--------------|-------------------|--------------|---------|-------------|
195-
| 1.22 | Aug-04-21 | Sept 2021 | Dec 2021 | Dec 2022 |
196-
| 1.23 | Dec 2021 | Jan 2022 | Apr 2022 | Apr 2023 |
197-
| 1.24 | Apr-22-22 | May 2022 | Jul 2022 | Jul 2023
198-
| 1.25 | Aug 2022 | Oct 2022 | Dec 2022 | Dec 2023
199-
| 1.26 | Dec 2022 | Feb 2023 | Mar 2023 | Mar 2024
200-
| 1.27 | Apr 2023 | May 2023 | Jun 2023 | Jun 2024
201-
202-
> [!NOTE]
203-
> To see real-time updates of region release status and version release notes, visit the [AKS release status webpage][aks-release]. To learn more about the release status webpage, see [AKS release tracker][aks-tracker].
204-
205204
## FAQ
206205

207206
### How does Microsoft notify me of new Kubernetes versions?

0 commit comments

Comments
 (0)