kubernetes-sigs / gateway-api

Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
https://gateway-api.sigs.k8s.io
Apache License 2.0
1.78k stars 461 forks source link

Add conformance test for GRPCRoute traffic splitting #2901

Open pleshakov opened 6 months ago

pleshakov commented 6 months ago

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

yashvardhan-kukreja commented 6 months ago

Hi @pleshakov , I would love to contribute to this one. /assign

pleshakov commented 6 months ago

Hi @yashvardhan-kukreja

Hi @pleshakov , I would love to contribute to this one.

that's great! I'd recommend to wait until any of the maintainers replied that this issue makes sense or ask this question in the gateway api slack channel https://gateway-api.sigs.k8s.io/contributing/#communications , to double check this work is needed.

k8s-triage-robot commented 3 months ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

robscott commented 3 months ago

I agree that this would be a useful test to have. @yashvardhan-kukreja or @pleshakov do either of you have time to work on this?

/remove-lifecycle stale

k8s-triage-robot commented 5 days ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

robscott commented 4 days ago

/remove-lifecycle stale /help

k8s-ci-robot commented 4 days ago

@robscott: This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubernetes-sigs/gateway-api/issues/2901): >/remove-lifecycle stale >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
ruixiansong commented 4 days ago

I'm interested to work on this