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

Add supported K8s versions for edge releases #1786

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions linkerd.io/content/2.15/reference/k8s-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ update the chart below as these situations arise.
| `stable-2.12` | `1.21` | `1.24` |
| `stable-2.13` | `1.21` | `1.28` |
| `stable-2.14` | `1.21` | `1.28` |
| `stable-2.15` | `1.21` | `1.28` |
{{< /table >}}

As of February 2024, the Linkerd open source projec itself no longer provides stable release artifacts but only edge releases ([see why](https://buoyant.io/blog/announcing-linkerd-2-15-vm-workloads-spiffe-identities "Link to the announcement of Linkerd 2.15")).

Following are the edge releases and the supported Kubernetes versions:

{{< table >}}
| Linkerd Version | Corresponding Stable/[BEL](https://buoyant.io/linkerd-enterprise "Link to Buoyant Enterprise Linkerd (BEL) page") Release | Minimum Kubernetes Version | Maximum Kubernetes Version |
|-----------------|----------------------------------|----------------------------|----------------------------|
| | | | |
{{< /table >}}

Notes:
Expand Down