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

Kingress controller with Gateway APIs #12

Closed
ZhiminXiang opened this issue Mar 9, 2021 · 5 comments
Closed

Kingress controller with Gateway APIs #12

ZhiminXiang opened this issue Mar 9, 2021 · 5 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@ZhiminXiang
Copy link

We need to implement Kingress controller with Gateway APIs so that Knative could consume Gateway APIs.

/cc @nak3 I think we still need it as the intermediate step?

@nak3
Copy link
Contributor

nak3 commented Mar 10, 2021

You mean that the controller to create from Gateway API from KIngress, correct? If so, we will not create it.
Here is the discussion thread (as you might know) - https://knative.slack.com/archives/CA9RHBGJX/p1613698271156800

  • phase-1. Create new networking conformance suite by Gateway API resources.
  • phase-2. Create makeIngressv2() in serving code. (I think we should allow users to choose KIngress or Ingress v2 by some option during this migration phase.)
  • phase-3. Deprecate makeIngress() in serving code.

@ZhiminXiang
Copy link
Author

ZhiminXiang commented Mar 10, 2021

I read the thread again. sounds like we don't need the ingress v2 controller.

Then about the phases, here is what I read from the chat thread:

  • Phase 1: Create makeIngressv2() in knative serving code with a feature flag
  • Phase 2: testing serving E2E tests with makeIngressv2() enabled for all impls as extra references
  • Phase 3: deprecate makeIngress

I am not very sure what we plan to do about "Create new networking conformance suite by Gateway API resources" mentioned in above comment. Do we plan to add conformance test suites within net-ingressv2 to cover all kingress scenarios, or only basic test suites like https://github.com/knative-sandbox/net-ingressv2/pull/10/files#diff-dd6583ae8832b447f778694426e7a1a3f9da8de2ce0991ebfaad75935c87d6d5 for basic sanity check? Could we just skip this phase considering that we may want to run all E2E tests with makeIngressv2 enabled for all impls?

cc @markusthoemmes

@ZhiminXiang
Copy link
Author

Thought about this again. I think the value of the work Create new networking conformance suite by Gateway API resources. is to provide various impls the handy conformance check for the ingress v2 to support knative. So if the work could be landed more easily and quickly, I think we can start with this one.

@nak3
Copy link
Contributor

nak3 commented Mar 11, 2021

Yes, not only handy conformance check for the ingress v2 providers, but also serving's e2e tests do not cover all networking features so we need the "Create new networking conformance suite by Gateway API resources" which can cover current KIngress tests by ingress v2.

Also, we plan to add all conformance tests. I just added basic test only here #10 because creating all test suites needs "man-power". I think I just add a basic test and common utils in #10, then will ask some volunteers to add other tests.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2021

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

2 participants