Skip to content

Commit eedaed2

Browse files
authored
Merge pull request #60113 from subhtk/ocpbug10295
OCPBUG#10295:Modified the note related to network policy.
2 parents 8fe7023 + a2e17fe commit eedaed2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/nw-networkpolicy-about.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ In {product-title} {product-version}, OpenShift SDN supports using network polic
1212

1313
[WARNING]
1414
====
15-
Network policy does not apply to the host network namespace. Pods with host networking enabled are unaffected by network policy rules.
15+
Network policy does not apply to the host network namespace. Pods with host networking enabled are unaffected by network policy rules. However, pods connecting to the host-networked pods might be affected by the network policy rules.
16+
17+
Network policies cannot block traffic from localhost or from their resident nodes.
1618
====
1719

1820
By default, all pods in a project are accessible from other pods and network endpoints. To isolate one or more pods in a project, you can create `NetworkPolicy` objects in that project to indicate the allowed incoming connections. Project administrators can create and delete `NetworkPolicy` objects within their own project.

0 commit comments

Comments
 (0)