gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
**What would you like to be added**: Please add priorityClassName to the kind: Gateway deployment and provide an option for us to set this somewhere. **Why this is needed**: We...
### Discussed in https://github.com/kubernetes-sigs/gateway-api/discussions/1247 Originally posted by **evankanderson** June 30, 2022 Currently, the `GatewayAddress` field supports only external (LoadBalanced) `Gateway` definitions. I'd like to suggest adding a `ClusterLocal` or `ClusterIP`...
**What would you like to be added**: Support for returning JSON-ified outputs from `gwctl get` analogous to how `kubectl get .... -o json` works **Why this is needed**: Needed in...
A discussion was had in Slack about adding a `ResolvedRefs` condition to a `GatewayClass` status to reflect the state of a `parametersRef` object that is attached. This led to a...
**What would you like to be added**: A conformance test for https://github.com/kubernetes-sigs/gateway-api/blob/729d38f9bf17ff72d17f0148452416551296f67c/apis/v1alpha2/grpcroute_types.go#L436 **Why this is needed**: Increase conformance feature coverage of GRPCRoute
/kind documentation /kind cleanup - [x] Go over the test names and change them to follow [the new recommended convention](https://github.com/kubernetes-sigs/gateway-api/blob/main/geps/gep-2162.md#conformance-test-names). **Reminder**: We might have test files that check the combination...
https://github.com/linkerd/linkerd2/issues/11659 describes a case where Linkerd is, I'm sad to say, stepping on an HTTPRoute that it doesn't own. We discussed this issue (in the other direction) at KubeCon: the...
**What happened**: Pardon me if I'm missing something, but it seems like the docs could use clarity regarding nested support levels. The main scenario that is causing confusion for me:...
**What would you like to be added**: A conformance test for traffic splitting in GRPCRoute -- https://github.com/kubernetes-sigs/gateway-api/blob/729d38f9bf17ff72d17f0148452416551296f67c/apis/v1alpha2/grpcroute_types.go#L271 **Why this is needed**: Increase conformance feature coverage of GRPCRoute
**What type of PR is this?** /kind gep **What this PR does / why we need it**: HTTPRoute support match by RegularExpression **Which issue(s) this PR fixes**: Fixes # #2694...