You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-networkpolicy-about.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ By default, all pods in a project are accessible from other pods and network end
21
21
22
22
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.
23
23
24
+
A network policy applies to only the TCP, UDP, and SCTP protocols. Other protocols are not affected.
25
+
24
26
The following example `NetworkPolicy` objects demonstrate supporting different scenarios:
0 commit comments