Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Jun 22, 2024
1 parent 4d9c271 commit 8b0e1b0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions linkerd.io/content/2.15/reference/k8s-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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.

### Stable Releases

{{< table >}}
| Linkerd Version | Minimum Kubernetes Version | Maximum Kubernetes Version |
|-----------------|----------------------------|----------------------------|
Expand All @@ -22,11 +24,20 @@ chart below as these situations arise.
| `2.12` | `1.21` | `1.24` |
| `2.13` | `1.21` | `1.28` |
| `2.14` | `1.21` | `1.28` |
| `stable-2.15` | `1.21` | `1.29` |
| `edge-24.2.4` and higher | `1.21` | `1.29` |
| `2.15` | `1.21` | `1.29` |
{{< /table >}}

Note that 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.

### Edge Releases

{{< table >}}
| Linkerd Version | Minimum Kubernetes Version | Maximum Kubernetes Version |
|-----------------|----------------------------|----------------------------|
| `edge-24.2.4` and higher | `1.21` | `1.29` |
{{< /table >}}

Since edge releases are not semantically versioned, it is possible for the supported Kubernetes versions to change at any given edge release.

0 comments on commit 8b0e1b0

Please sign in to comment.