Add Gateway API operator installation docs#6591
Open
kahirokunn wants to merge 2 commits intoknative:mainfrom
Open
Add Gateway API operator installation docs#6591kahirokunn wants to merge 2 commits intoknative:mainfrom
kahirokunn wants to merge 2 commits intoknative:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kahirokunn The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
8cd4778 to
8a6c47c
Compare
2 tasks
houshengbo
reviewed
Mar 31, 2026
e857826 to
31663ba
Compare
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
31663ba to
4fd15b5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #6590
Add Gateway API ingress documentation for the Knative Operator installation guides.
This documents the Gateway API ingress support added in knative/operator#2251 (merged 2026-03-19), which allows users to enable
net-gateway-apiby settingspec.ingress.gateway-api.enabled: truein the KnativeServing CR.Proposed Changes
knative-with-operators.mdandconfiguring-serving-cr.md), alongside existing Istio, Contour, and Kourier tabs.nav.ymlGateway API support is currently in Beta. See net-gateway-api for details.
/cc @houshengbo