Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Oct 26, 2023
1 parent dcdd3cb commit 7a5f758
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions linkerd.io/content/2.14/reference/k8s-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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
Expand All @@ -15,8 +17,11 @@ update the chart below as these situations arise.

| Linkerd Version | Minimum Kubernetes Version | Maximum Kubernetes Version |
|-----------------|----------------------------|----------------------------|
| stable-2.10.0 | 1.21 | 1.25 |
| stable-2.11.0 | 1.21 | 1.25 |
| stable-2.12.0 | 1.21 | 1.25 |
| stable-2.13.0 | 1.21 | 1.28 |
| stable-2.14.0 | 1.21 | 1.28 |
| `stable-2.10` | `1.21` | `1.25` |
| `stable-2.11` | `1.21` | `1.25` |
| `stable-2.12` | `1.21` | `1.25` |
| `stable-2.13` | `1.21` | `1.28` |
| `stable-2.14` | `1.21` | `1.28` |

(Linkerd will never change the supported Kubernetes version in a minor
release, which is why the table above only lists major versions.)

0 comments on commit 7a5f758

Please sign in to comment.