-
Notifications
You must be signed in to change notification settings - Fork 91
Added support to configure listener ip addresses with comma separated list of IPs (ex: "0.0.0.0,::") #1375
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
base: main
Are you sure you want to change the base?
Conversation
… list of IPs (ex: "0.0.0.0,::")
|
@agallegoz: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @agallegoz! It looks like this is your first PR to knative-extensions/net-kourier 🎉 |
|
Hi @agallegoz. Thanks for your PR. I'm waiting for a knative-extensions member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@skonto I try to push this topic forward, as this pull request seems inactive. |
|
/ok-to-test |
|
@agallegoz: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1375 +/- ##
==========================================
- Coverage 72.46% 72.08% -0.38%
==========================================
Files 25 25
Lines 2099 2135 +36
==========================================
+ Hits 1521 1539 +18
- Misses 486 500 +14
- Partials 92 96 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Fixed fmt and lint errors. Can you run the test workflow again? |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: agallegoz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
@agallegoz: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@dprotaso I think that the errors of build-tests are not mine, the check license is not modified by my changes, and if I download upstream main branch and run the tests without my changes I got the same errors, so I think that the problem with build test is an existing problem in upstream main branch: You can check by downloading the main branch and executing Thank you! |
Changes
/kind enhancement
Fixes #1299
Release Note
Docs
It is a continuation of this stalled pull request