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 Nov 15, 2023
1 parent 38439c9 commit 70f6478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions content/docs/main/docs/antrea-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1777,3 +1777,10 @@ Similar RBAC is applied to the ClusterGroup resource.
- NetworkPolicies are connection/flow oriented and stateful. They apply to
connections, instead of individual packets, which means established connections
won't be blocked by new rules.
- For hairpin service traffic, when a Pod initiates traffic towards the service it provides,
and the same Pod is selected as the Endpoint, NetworkPolicies will consistently permit
this traffic during ingress enforcement if AntreaProxy is enabled. However, when AntreaProxy
is disabled, NetworkPolicies may not function as expected for hairpin service traffic.
This is due to kube-proxy performing SNAT, which conceals the original source IP from Antrea.
Consequently, NetworkPolicies are unable to differentiate between hairpin service traffic and
external traffic in this scenario.
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 @@ -14574,5 +14574,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>379e039</code>.
on git commit <code>29bea94</code>.
</em></p>

0 comments on commit 70f6478

Please sign in to comment.