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
Copy file name to clipboardExpand all lines: articles/aks/supported-kubernetes-versions.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ AKS defines a generally available (GA) version as a version available in all reg
112
112
113
113
* The latest GA minor version released in AKS (which we refer to as *N*).
114
114
* Two previous minor versions.
115
-
* Each supported minor version also supports a maximum of two stable patches.
115
+
* Each supported minor version can support any number of patches at a given time. AKS reserves the right to deprecate patches if a critical CVE or security vulnerability is detected. For awareness on patch availability and any ad-hoc deprecation, please refer to version release notes and visit the [AKS release status webpage][aks-tracker].
116
116
117
117
AKS might also support preview versions, which are explicitly labeled and subject to [preview terms and conditions][preview-terms].
118
118
@@ -139,22 +139,7 @@ When a new minor version is introduced, the oldest minor version is deprecated a
139
139
140
140
When AKS releases 1.30, all the 1.27 versions go out of support 30 days later.
141
141
142
-
AKS also supports a maximum of two **patch** releases of a given minor version. For example, given the following supported versions:
143
-
144
-
```
145
-
Current Supported Version List
146
-
------------------------------
147
-
1.29.2, 1.29.1, 1.28.7, 1.28.6, 1.27.11, 1.27.10
148
-
```
149
-
150
-
If AKS releases `1.29.3` and `1.28.8`, the oldest patch versions are deprecated and removed, and the supported version list becomes:
151
-
152
-
```
153
-
New Supported Version List
154
-
----------------------
155
-
1.29.3, 1.29.2, 1.28.8, 1.28.7, 1.27.11, 1.27.10
156
-
```
157
-
142
+
AKS may support any number of **patches** based on upstream community release availability for a given minor version. AKS reserves the right to deprecate any of these patches at any given time due to a CVE or potential bug concern. You're always encouraged to use the latest patch for a minor version.
158
143
## Platform support policy
159
144
160
145
Platform support policy is a reduced support plan for certain unsupported Kubernetes versions. During platform support, customers only receive support from Microsoft for AKS/Azure platform related issues. Any issues related to Kubernetes functionality and components aren't supported.
0 commit comments