-
Notifications
You must be signed in to change notification settings - Fork 594
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
fix: set router flavor to traditional_compatible in konnect related manifests #4994
Conversation
E2E (targeted) tests with KIND-based clusters were started at https://github.com/Kong/kubernetes-ingress-controller/actions/runs/6664188466 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4994 +/- ##
=======================================
- Coverage 77.6% 75.2% -2.4%
=======================================
Files 167 167
Lines 18709 18709
=======================================
- Hits 14527 14087 -440
- Misses 3345 3794 +449
+ Partials 837 828 -9 ☔ View full report in Codecov by Sentry. |
Shouldn't we instead of fixing it this way, make sure Koko works before the KIC 3.0 release given we want to use |
This means KIC 3.0 is blocked on the koko bug fixed and deployed to Konnect. |
That sounds to me like a decision to be made by @mheap whether we want to rely on Koko fix to be delivered before the release, or do we want to document that |
We will set |
👍 Please note that @mheap is referring to UI instructions which use the helm chart, so this change here does fix our manifests but do not really influence the chart in any way. Let's merge this to make sure we have passing e2e suite and let's create a follow up issue to change the default router flavor in konnect manifest to |
I've created #4995 to track re-introduction of |
What this PR does / why we need it:
Konnect seems not to support expression routes. We need to set router flavor to
traditional_compatible
to pass e2e tests for integration with Konnect.Which issue this PR fixes:
fixes #4993
Special notes for your reviewer:
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR