Skip to content

Commit

Permalink
Website update for main
Browse files Browse the repository at this point in the history
  • Loading branch information
antrea-bot committed Aug 14, 2024
1 parent 2939ab1 commit 0969789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/main/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -11761,5 +11761,5 @@ <h3 id="system.antrea.io/v1beta1.BundleStatus">BundleStatus
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>ffa1af6</code>.
on git commit <code>254b5ce</code>.
</em></p>
5 changes: 4 additions & 1 deletion content/docs/main/docs/egress.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ Node will be elected (from among the remaining Nodes selected by the
`nodeSelector` of the `externalIPPool`) as the new egress Node of this Egress.
It will take over the IP and send layer 2 advertisement (for example, Gratuitous
ARP for IPv4) to notify the other hosts and routers on the network that the MAC
address associated with the IP has changed.
address associated with the IP has changed. A dummy interface `antrea-egress0` is
automatically created on the Node hosting the egress IP, the interface is intended
to be down and egress traffic will not flow through it but the interface determined
by the route table.

**Note**: If more than one Egress applies to a Pod and they specify different
`egressIP`, the effective egress IP will be selected randomly.
Expand Down

0 comments on commit 0969789

Please sign in to comment.