Skip to content

Commit

Permalink
Merge pull request openshift#31358 from mikemckiernan/fix-hn-ovnk-again
Browse files Browse the repository at this point in the history
BZ#1927841: host network routers and OVN-K
  • Loading branch information
Bob Furu authored Apr 8, 2021
2 parents 7b24c09 + e11e63a commit 2c4a817
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/nw-networkpolicy-project-defaults.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ configured for your cluster. The default template name is `project-request`.

. In the template, add each `NetworkPolicy` object as an element to the `objects` parameter. The `objects` parameter accepts a collection of one or more objects.
+
In the following example, the `objects` parameter collection includes several `NetworkPolicy` objects:
In the following example, the `objects` parameter collection includes several `NetworkPolicy` objects.
+
[IMPORTANT]
====
For the OVN-Kubernetes network provider plug-in, when the Ingress Controller is configured to use the `HostNetwork` endpoint publishing strategy, there is no supported way to apply network policy so that ingress traffic is allowed and all other traffic is denied.
====
+
[source,yaml]
----
Expand Down

0 comments on commit 2c4a817

Please sign in to comment.