We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437de9d commit 54c2113Copy full SHA for 54c2113
modules/nw-networkpolicy-about.adoc
@@ -17,6 +17,11 @@ The Kubernetes `v1` NetworkPolicy features are available in {product-title}
17
except for egress policy types and IPBlock.
18
====
19
20
+[WARNING]
21
+====
22
+`NetworkPolicy` rules do not apply to the host network namespace. Pods with host networking enabled are unaffected by `NetworkPolicy` rules.
23
24
+
25
By default, all Pods in a project are accessible from other Pods and network
26
endpoints. To isolate one or more Pods in a project, you can create
27
NetworkPolicy objects in that project to indicate the allowed incoming
0 commit comments