Skip to content

Commit 409fe2d

Browse files
committed
OCPBUGS-8813: Network policy protocol support
- https://issues.redhat.com/browse/OCPBUGS-8813
1 parent 7aca255 commit 409fe2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/nw-networkpolicy-about.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ By default, all pods in a project are accessible from other pods and network end
2121

2222
If a pod is matched by selectors in one or more `NetworkPolicy` objects, then the pod will accept only connections that are allowed by at least one of those `NetworkPolicy` objects. A pod that is not selected by any `NetworkPolicy` objects is fully accessible.
2323

24+
A network policy applies to only the TCP, UDP, and SCTP protocols. Other protocols are not affected.
25+
2426
The following example `NetworkPolicy` objects demonstrate supporting different scenarios:
2527

2628
* Deny all traffic:

0 commit comments

Comments
 (0)