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

gateway: new command-line options #1064

Merged
merged 2 commits into from
Nov 11, 2024
Merged

gateway: new command-line options #1064

merged 2 commits into from
Nov 11, 2024

Conversation

kenjenkins
Copy link
Contributor

Summary

Introduce an --experimental-gateway-api command-line flag to guard the new Gateway API code paths. Add a --gateway-class-controller-name flag to allow customizing the ControllerName used with GatewayClass objects.

When Gateway API support is enabled, initialize the Gateway controllers alongside the existing IngressController and SettingsController.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@kenjenkins kenjenkins requested review from wasaga and kralicky November 8, 2024 00:50
@kenjenkins kenjenkins requested a review from a team as a code owner November 8, 2024 00:50
@kenjenkins kenjenkins force-pushed the kenjenkins/gateway-api-3 branch from f65f648 to 38fe528 Compare November 8, 2024 04:30
@kenjenkins kenjenkins force-pushed the kenjenkins/gateway-api-2 branch from 1e508b2 to 92bf70c Compare November 8, 2024 19:22
@kenjenkins kenjenkins force-pushed the kenjenkins/gateway-api-3 branch from 38fe528 to 47324f8 Compare November 8, 2024 19:23
@kenjenkins kenjenkins force-pushed the kenjenkins/gateway-api-2 branch from 92bf70c to 5d0db01 Compare November 8, 2024 22:34
@kenjenkins kenjenkins force-pushed the kenjenkins/gateway-api-3 branch from 47324f8 to 7d2d248 Compare November 8, 2024 22:36
Base automatically changed from kenjenkins/gateway-api-2 to main November 11, 2024 06:18
Introduce an --experimental-gateway-api command-line flag to guard the
new Gateway API code paths. Add a --gateway-class-controller-name flag
to allow customizing the ControllerName used with GatewayClass objects.

When Gateway API support is enabled, initialize the Gateway controllers
alongside the existing IngressController and SettingsController.
@kenjenkins kenjenkins force-pushed the kenjenkins/gateway-api-3 branch from 7d2d248 to 9dee628 Compare November 11, 2024 06:19
@kenjenkins kenjenkins merged commit 4ae8dd9 into main Nov 11, 2024
7 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/gateway-api-3 branch November 11, 2024 06:28
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.

3 participants