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 2-edge K8s versions #1923

Merged
merged 1 commit into from
Feb 13, 2025
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
5 changes: 4 additions & 1 deletion linkerd.io/content/2-edge/reference/k8s-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ chart below as these situations arise.
| `2.13` | `1.21` | `1.28` |
| `2.14` | `1.21` | `1.28` |
| `2.15` | `1.22` | `1.29` |
| `2.16` | `1.22` | `1.29` |
| `2.17` | `1.22` | `1.31` |
{{< /keyval >}}

Note that Linkerd will almost never change the supported Kubernetes version in
Expand All @@ -37,5 +39,6 @@ later required Kubernetes 1.17 as shown in the table above.
| 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` |
| `edge-23.12.2` - `edge-24.11.4` | `1.22` | `1.29` |
| `edge-24.11.5` and newer | `1.22` | `1.31` |
{{< /keyval >}}