-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Kourier as an Ingress option for e2e tests #5983
Add Kourier as an Ingress option for e2e tests #5983
Conversation
This copies the work done for Gloo, except for Kourier. The download-kourier.sh script just pulls in Kourier 0.2.2 (the latest) for now like Gloo does since we do not test with multiple versions of either.
This commit needs to be removed from this PR before merging.
This PR should not be merged as-is. It serves as a placeholder to see if all e2e tests pass on our official project infra with Kourier. If they do, the hacky commit in here that uses Kourier instead of Istio needs to be removed before merging and a proper test-infra PR created to enable Kourier /hold |
I missed then when converting things to use the download-kourier.sh for generating the kourier.yaml
The upgrade tests are broken because they rely on Istio being installed. No big surprise there, and I'm ignoring that for the moment. That's because my same hack to force Kourier to run in the integration tests also forces Kourier to run for the upgrade tests. |
The integration tests are going to fail here. I'll have to wait until the run is done and poke at some of the pod logs to see what's going on. |
@bbrowning I think we are missing setting the proper ingress class for kourier: kourier.ingress.networking.knative.dev |
@jmprusi you're right - so now this makes me wonder how Gloo manages to pass these tests. It must be ignoring annotations and reconciling all ingresses? |
This is what I get for trying to write PRs while traveling. Left a |
I guess I need to figure out how to run this entire e2e script locally...
Oh! Kourier was written against Knative Serving 0.9 and this PR is against master. Thus, the kourier controller keeps logging We'll need a branch of Kourier updated to work w/ Knative master before this PR will work. |
@bbrowning that's weird, we are actually monitoring both resources, let us review it! |
@bbrowning We've fixed the issue in Kourier and released a new version, 0.2.3. Can you try using the new version? |
/test pull-knative-serving-integration-tests |
2 similar comments
/test pull-knative-serving-integration-tests |
/test pull-knative-serving-integration-tests |
/retest |
When testing on Gloo or Kourier use serving-core.yaml instead of serving.yaml for upgrade tests.
…res" This reverts commit e2e02aa.
/test pull-knative-serving-upgrade-tests |
/test pull-knative-serving-integration-tests |
100% of integration tests passed and 9/10 of the upgrade tests pass with Kourier. I didn't really expect the upgrade tests to pass in this PR, but we're close on those. |
This reverts commit d6056f2.
I believe this is now ready for review. But, kicking off integration tests again just to confirm we're not flaky and that nothing has drifted since the last run. /test pull-knative-serving-integration-tests |
/unhold |
/hold cancel You know what I meant, Prow. |
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-serving-integration-tests:
and 5 more. |
/test pull-knative-serving-integration-tests |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bbrowning, tcnghia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Relates to #5982
Proposed Changes
--kourier-version
flag to enable running Integration tests with Kourier