kubernetes-sigs / ingress2gateway

Convert Ingress resources to Gateway API resources
Apache License 2.0
311 stars 52 forks source link

Changing default behavior to no providers instead of all-providers #158

Open LiorLieberman opened 2 weeks ago

LiorLieberman commented 2 weeks ago

What would you like to be added: Default behavior needs to change to not include any provider by default

Why this is needed: Including all provider by default causes us many problems. Two example are https://github.com/kubernetes-sigs/ingress2gateway/issues/127 and https://github.com/kubernetes-sigs/ingress2gateway/issues/138.

Also, most people would only have have one provider, and in case of more providers installed, they can run the tool multiple times.

/help /triage accepted

k8s-ci-robot commented 2 weeks ago

@LiorLieberman: 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/ingress2gateway/issues/158): > > >**What would you like to be added**: >Default behavior needs to change to not include any provider by default > >**Why this is needed**: >Including all provider by default causes us many problems. Two example are https://github.com/kubernetes-sigs/ingress2gateway/issues/127 and https://github.com/kubernetes-sigs/ingress2gateway/issues/138. > >Also, most people would only have have one provider, and in case of more providers installed, they can run the tool multiple times. > >/help >/triage accepted 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.
LiorLieberman commented 2 weeks ago

cc: @levikobi @mlavacca