-
Notifications
You must be signed in to change notification settings - Fork 25
Add Gateway API (HTTPRoute) support to Console Helm chart and CRD #1329
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
Draft
david-yu
wants to merge
18
commits into
main
Choose a base branch
from
1308-add-gateway-support-to-console-helm-chart
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
42b635f
1308: add gateway-api support for the console helm chart
w1ndhunter 1a618df
add support for enabling ingress and gateway in console helm chart
w1ndhunter 9903e94
Merge branch 'main' into 1308-add-gateway-support-to-console-helm-chart
w1ndhunter cd81d5c
operator: add Gateway API (HTTPRoute) support to Console CRD
david-yu 19ee42d
console: enforce mutual exclusion between gateway and ingress
david-yu b62df7b
console: add tests for gateway config field changes
david-yu 9b011d4
fix: sync workspace deps and regenerate golden files
david-yu 44ef6f2
fix: regenerate CRDs, RBAC, schema, golden files, and fix CI failures
david-yu f07df20
Merge branch 'main' into 1308-add-gateway-support-to-console-helm-chart
david-yu 2abb04a
fix: update operator chart golden tests and skip HTTPRoute watch when…
david-yu ad45a11
fix: gofumpt struct field alignment in render_test.go
david-yu 38a0104
fix: correct import ordering in raft_test.go
david-yu 355dc90
fix: regenerate _values.go.tpl after values.go changes
david-yu 7b6d3e0
fix: update redpanda chart golden tests for TLS cert mount fix
david-yu 7a4aa7e
ci: retrigger lint
david-yu c7e26cb
fix: update third-party licenses and lifecycle golden files
david-yu 2f030a2
Revert raft_test.go import reordering per review feedback
david-yu d9c1cc4
allow ingress and gateway to coexist for migration support
david-yu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changes/unreleased/charts-console-Added-20260320-180000.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| project: charts/console | ||
| kind: Added | ||
| body: Add Gateway API (HTTPRoute) support as an alternative to Ingress for exposing Console. Only one of gateway or ingress may be enabled at a time. | ||
| time: 2026-03-20T18:00:00.000000-05:00 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| project: operator | ||
| kind: Added | ||
| body: Add Gateway API (HTTPRoute) support to Console CRD, allowing Console to be exposed via Gateway API controllers as an alternative to Ingress. Bumps sigs.k8s.io/gateway-api to v1.5.1. | ||
| time: 2026-03-20T18:00:00.000000-05:00 |
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.