Skip to content

Commit 8f82d23

Browse files
Merge pull request #236822 from kaarthis/matrix
Supported matrix
2 parents 52d9a51 + a52a2f9 commit 8f82d23

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/aks/supported-kubernetes-versions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ For the past release history, see [Kubernetes history](https://en.wikipedia.org/
5050
| 1.26 | Dec 2022 | Feb 2023 | Apr 2023 | Mar 2024
5151
| 1.27 | Apr 2023 | May 2023 | Jun 2023 | Jun 2024
5252

53+
## AKS Components Breaking Changes by Version
54+
55+
Note important changes to make, before you upgrade to any of the available minor versions per below.
56+
57+
|AKS Component/Add on | v1.24 | v1.25 | v1.26 |
58+
|--------------|-------------------|-----------------------------------------------------------|---------------------------------------------------------------------------|
59+
| Overlay VPA | 0.11.0, no breaking changes |0.12.0</br><b>Breaking Changes:</b></br>Switch to using policy [v1 API](https://github.com/kubernetes/autoscaler/pull/4895) and Switch to using [CronJobs v1 API](https://github.com/kubernetes/autoscaler/pull/4887)|0.12.0</br><b>Breaking Changes:</b></br>Switch to using policy [v1 API](https://github.com/kubernetes/autoscaler/pull/4895) and Switch to using [CronJobs v1 API](https://github.com/kubernetes/autoscaler/pull/4887)
60+
|OS Images (Ubuntu)| Ubuntu 18.04 by default with cgroupv1 | Ubuntu 22.04 by default with cgroupv2.</br><b>Breaking Changes:</b></br> If you deploy Java applications with the JDK, prefer to use JDK 11.0.16 and later or JDK 15 and later, which fully support cgroup v2 | Ubuntu 22.04 by default with cgroupv2.</br><b>Breaking Changes:</b></br>If you deploy Java applications with the JDK, prefer to use JDK 11.0.16 and later or JDK 15 and later, which fully support cgroup v2
61+
62+
5363
## Alias minor version
5464

5565
> [!NOTE]

0 commit comments

Comments
 (0)