-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add supported-versions doc Signed-off-by: Flynn <[email protected]> * Tweaks Signed-off-by: Flynn <[email protected]> * Update with minimum versions pulled from Helm charts. Update maxima per logicminds on GitHub, thanks! Signed-off-by: Flynn <[email protected]> * Reference K8s versions from install & upgrade task documentation. Signed-off-by: Flynn <[email protected]> * Whoops, fix links. Signed-off-by: Flynn <[email protected]> * Fix greater-than. Signed-off-by: Flynn <[email protected]> * Drop 2.10 & 2.11 to K8s 1.23. Signed-off-by: Flynn <[email protected]> --------- Signed-off-by: Flynn <[email protected]>
- Loading branch information
Showing
4 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
title = "Supported Kubernetes Versions" | ||
description = "Reference documentation for which Linkerd version supports which Kubernetes version" | ||
+++ | ||
|
||
Linkerd supports all versions of Kubernetes that were supported at the time | ||
that a given Linkerd version ships. For example, at the time that Linkerd | ||
stable-2.14.0 shipped, Kubernetes versions 1.26, 1.27, and 1.28 were | ||
supported, so Linkerd stable-2.14.0 supports all of those Kubernetes versions. | ||
(In many cases, as you'll see below, Linkerd versions will also support older | ||
Kubernetes versions.) | ||
|
||
Obviously, Linkerd stable-2.14.0 has no knowledge of what changes will come | ||
_after_ Kubernetes 1.28. In some cases, later versions of Kubernetes end up | ||
making changes that cause older versions of Linkerd to not work: we will | ||
update the chart below as these situations arise. | ||
|
||
| Linkerd Version | Minimum Kubernetes Version | Maximum Kubernetes Version | | ||
|-----------------|----------------------------|----------------------------| | ||
| `stable-2.10` | `1.16` | `1.23` | | ||
| `stable-2.11` | `1.17` | `1.23` | | ||
| `stable-2.12` | `1.21` | `1.24` | | ||
| `stable-2.13` | `1.21` | `1.28` | | ||
| `stable-2.14` | `1.21` | `1.28` | | ||
|
||
Notes: | ||
|
||
1. Linkerd will almost never change the supported Kubernetes version in a | ||
minor release, which is why the table above only lists major versions. One | ||
known exception: Linkerd 2.11.0 supported Kubernetes 1.16, but 2.11.1 and | ||
later required Kubernetes 1.17 as shown in the table above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters