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 spec conformance test #1835

Open
Tharsanan1 opened this issue Oct 26, 2023 · 0 comments
Open

Gateway spec conformance test #1835

Tharsanan1 opened this issue Oct 26, 2023 · 0 comments

Comments

@Tharsanan1
Copy link
Contributor

Description:
Gateway spec conformance test has core level support and extended level support. To obtain core-level support we need to support the following features

  • Gateway
  • HTTPRoute
  • ReferenceGrant
  • TLSRoute

our implementation needs significant changes to support this core level support.

  • Need to correctly reconcile Gateway, GatewayClasses, HTTPRoutes and update their statuses based on the spec
  • Only accepted HTTPRoutes by the Gateway, should be added envoy configuration.
  • Any resources except HTTPRoute that are shared between different namespaces should have a valid ReferenceGrant for this.
  • Need to discuss the support of TLSRoute.

I have added the gateway class controller, HTTP route controller, and some validation to the gateway controller in this draft PR: #1833

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant