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

[waypoint] remove the need to specify listeners on the Gateway #10808

Open
stevenctl opened this issue Mar 11, 2025 · 0 comments
Open

[waypoint] remove the need to specify listeners on the Gateway #10808

stevenctl opened this issue Mar 11, 2025 · 0 comments

Comments

@stevenctl
Copy link
Contributor

# Deploys a kgateway Waypoint proxy.
kind: Gateway
apiVersion: gateway.networking.k8s.io/v1
metadata:
  name: httpbin-waypoint
  namespace: httpbin
spec:
  gatewayClassName: kgateway-waypoint
  listeners:
  - protocol: istio.io/PROXY
    port: 15088
    name: mesh
    allowedRoutes:
      namespaces:
        from: Same

We're currently requiring a listener that specifies a magic port for these Gateways. This can be optional to improve the UX, and we can make it inferred.

Open question: if the user wants allowedRoutes, can we make protocol/port inferred?

To implement this, we'll need to update the waypoint translator and validation code for Gateway specifically for the waypoint class.

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

No branches or pull requests

1 participant