added support for multiple TCP protocols in egress rules, including Mongo#1892
added support for multiple TCP protocols in egress rules, including Mongo#1892vadimeisenbergibm wants to merge 4 commits intoistio:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #1892 +/- ##
==========================================
+ Coverage 81.67% 81.75% +0.07%
==========================================
Files 201 198 -3
Lines 20447 19948 -499
==========================================
- Hits 16701 16309 -392
+ Misses 3275 3200 -75
+ Partials 471 439 -32
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1892 +/- ##
=========================================
+ Coverage 81.14% 81.24% +0.1%
=========================================
Files 187 191 +4
Lines 18883 19497 +614
=========================================
+ Hits 15322 15841 +519
- Misses 3128 3194 +66
- Partials 433 462 +29
Continue to review full report at Codecov.
|
|
/test istio-presubmit |
|
Add a release note? |
|
@ijsnellf I have fixed the RELEASE NOTE, sorry. |
|
@vadimeisenbergibm PR needs rebase |
|
Rebased and resubmitted by #1913. |
What this PR does / why we need it:
Adds support for multiple TCP protocols, with Mongo protocol being the first one to be added after TCP.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #1476Special notes for your reviewer:
This PR enables multiple TCP protocols, with Mongo being the first case. Redis will be added in a separate PR, after I test it.
Release note: