-
Notifications
You must be signed in to change notification settings - Fork 593
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
chore: add config manifests and skaffold configuration for kong admin api servie discovery #3474
Conversation
… api servie discovery
Codecov ReportBase: 73.5% // Head: 73.5% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #3474 +/- ##
=======================================
- Coverage 73.5% 73.5% -0.1%
=======================================
Files 118 118
Lines 14065 14065
=======================================
- Hits 10345 10340 -5
- Misses 3059 3064 +5
Partials 661 661
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I wonder if it wouldn't make sense to make the |
It certainly would. What would be the benefit of that? 🤔 Or difference for that matter. |
Well, it would be useful for running it in not-debug mode and would be consistent as we have such a config for every supported deployment variant. It would also be useful in E2E tests - we would be able to deploy the manifests to test it. |
As agreed in a separate discussion let's do this in a separate PR. We can track this under #3480. |
What this PR does / why we need it:
This PR extracts debug manifests from #3421 to minimize the mental burden when reviewing.
This provides the end user with
debug_multi_gw
skaffold profile which can be launched like so:When merged with changes from #3421 this should spawn 2 separate Deployments: 1 for KIC and 1 for Kong (with 2 replicas by default).
The above mentioned command is expected to fail at this point because:
--kong-admin-svc
flag is not introduced yet hence can't be used--kong-admin-url
flag is meant to be filled with IP(s) and with this setup we're not able to fill that in.Hence user is expected to get the following error message: