Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported Kubernetes versions #1792

Merged
merged 5 commits into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion 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,10 +24,19 @@ chart below as these situations arise.
| `2.12` | `1.21` | `1.24` |
| `2.13` | `1.21` | `1.28` |
| `2.14` | `1.21` | `1.28` |
| `2.15` | `1.22` | `1.30` |
| `2.15` | `1.22` | `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-22.10.1` - `edge-23.12.1` | `1.21` | `1.29` |
| `edge-23.12.2` and newer | `1.22` | `1.29` |
{{< /table >}}
Loading