Skip to content

fix(CLI): correct gateway api version in user instructions#15213

Merged
adleong merged 2 commits intomainfrom
alex/gwapi-version
Apr 28, 2026
Merged

fix(CLI): correct gateway api version in user instructions#15213
adleong merged 2 commits intomainfrom
alex/gwapi-version

Conversation

@adleong
Copy link
Copy Markdown
Member

@adleong adleong commented Apr 28, 2026

When a user runs linkerd install --crds but does not have the Gateway API CRDs installed on the cluster, Linkerd prints this error message:

The Gateway API CRDs must be installed prior to installing Linkerd. Run:

kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml

or see https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api for more options.

However, the Gateway API version v1.4.0 is outside of the range of versions that Linkerd supports.

Replace this version with the maximum supported Gateway API version of v1.2.1.

adleong added 2 commits April 28, 2026 00:06
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
@adleong adleong requested a review from a team as a code owner April 28, 2026 00:12
@adleong adleong changed the title fix(CLI): fix(CLI): correct gateway api version in user instructions Apr 28, 2026
@adleong adleong merged commit 779cc7e into main Apr 28, 2026
93 of 99 checks passed
@adleong adleong deleted the alex/gwapi-version branch April 28, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants