Start AntreaProxy document#3679
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3679 +/- ##
==========================================
- Coverage 58.61% 52.96% -5.65%
==========================================
Files 278 392 +114
Lines 39498 55063 +15565
==========================================
+ Hits 23150 29163 +6013
- Misses 14491 23572 +9081
- Partials 1857 2328 +471
Flags with carried forward coverage won't be shown. Click here to find out more.
|
jianjuns
reviewed
Apr 22, 2022
|
|
||
| There are two important prerequisites for this feature: | ||
|
|
||
| * You must enabled `proxyAll` and [remove kube-proxy](#removing-kube-proxy) from |
hongliangl
reviewed
Apr 23, 2022
| * Due to some restrictions on the implementation of Services in Antrea, the | ||
| maximum number of Endpoints that Antrea can support at the moment is 800. If | ||
| the number of Endpoints for a given Service exceeds 800, extra Endpoints will | ||
| be dropped. This will be fixed eventually. |
Contributor
There was a problem hiding this comment.
Suggested change
| be dropped. This will be fixed eventually. | |
| be dropped (remote endpoints are preferentially dropped). This will be fixed eventually. |
We add some initial documentation which is long overdue. This is user-facing documentation and does not cover implementation specifics. Most notably, it includes information about the configuration options for AntreaProxy and how they service different use cases. Signed-off-by: Antonin Bas <abas@vmware.com>
Signed-off-by: Antonin Bas <abas@vmware.com>
f4083bd to
3e0134e
Compare
Contributor
Author
|
Thanks for reviews, I have addressed comments |
Contributor
Author
|
/skip-all |
jianjuns
approved these changes
Apr 26, 2022
Contributor
Author
|
/skip-all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We add some initial documentation which is long overdue. This is
user-facing documentation and does not cover implementation specifics.
Most notably, it includes information about the configuration options
for AntreaProxy and how they service different use cases.
Signed-off-by: Antonin Bas abas@vmware.com