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 Apr 22, 2024
1 parent cfaf6e9 commit 600491f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions content/docs/main/docs/antrea-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,13 +661,14 @@ Tiers or policy instances in the same Tier with lower priority number). If a "Re
rule is matched, the client initiating the traffic will receive `ICMP host administratively
prohibited` code for ICMP, UDP and SCTP request, or an explicit reject response for
TCP request, instead of timeout. A "Pass" rule, on the other hand, skips this packet
for further ACNP rule evaluations (all ACNP rules that has lower priority than the
current "Pass" rule will be skipped, except for the Baseline Tier rules), and delegates
the decision to developer created namespaced NetworkPolicies. If no NetworkPolicy
matches this traffic, then the Baseline Tier rules will still be matched against.
for further Antrea-native policy rule evaluations in regular Tiers, and delegates
the decision to K8s namespaced NetworkPolicies (in networking.k8s.io API group).
All ACNP/ANNP rules that have lower priority than the current "Pass" rule will be
skipped (except for the Baseline Tier rules). If no K8s NetworkPolicy matches this
traffic, then all Antrea-native policy Baseline Tier rules will be tested for a match.
Note that the "Pass" action does not make sense when configured in Baseline Tier
ACNP rules, and such configurations will be rejected by the admission controller.
Note: "Pass" and "Reject" actions are not supported for rules applied to multicast
Also, "Pass" and "Reject" actions are not supported for rules applied to multicast
traffic.

**ingress**: Each ClusterNetworkPolicy may consist of zero or more ordered set of
Expand Down
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 @@ -11807,5 +11807,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>3344bc7</code>.
on git commit <code>b023f7b</code>.
</em></p>

0 comments on commit 600491f

Please sign in to comment.