diff --git a/docs/modules/ROOT/pages/how-to/remove-default-networkpolicies.adoc b/docs/modules/ROOT/pages/how-to/remove-default-networkpolicies.adoc index 39f3a97..4accb40 100644 --- a/docs/modules/ROOT/pages/how-to/remove-default-networkpolicies.adoc +++ b/docs/modules/ROOT/pages/how-to/remove-default-networkpolicies.adoc @@ -1,9 +1,10 @@ = Remove Default NetworkPolicies -In every namespace 2 `NetworkPolicies` are created and maintained by {product}: +In every namespace 2 `NetworkPolicies` and one `CiliumNetworkPolicy` are created and maintained by {product}: -. `allow-from-other-namespaces`: This policy allows the Router and other system components to connect to the pods. -. `allow-from-same-namespace`: This policy allows connections between pods in the same namespace. +. `networkpolicy/allow-from-other-namespaces`: This policy allows system components such as the monitoring stack to connect to the pods. +. `networkpolicy/allow-from-same-namespace`: This policy allows connections between pods in the same namespace. +. `ciliumnetworkpolicy/allow-from-cluster-nodes`: This policy allows the OpenShift ingress router and other system components that run in the host network namespace to connect to the pods. NOTE: {product} automatically reverts any changes made in these policy objects.