Skip to content

Commit 9a30b16

Browse files
authored
Merge pull request #88274 from dfitzmau/OCPBUGS-49859-15
[enterprise-4.15] OCPBUGS-49859-15
2 parents f0b287a + 2ab3438 commit 9a30b16

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

modules/virt-example-nmstate-IP-management.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ To define a DNS configuration for a network interface, you must initially specif
103103

104104
[IMPORTANT]
105105
====
106-
You cannot use `br-ex` bridge, an OVNKubernetes-managed Open vSwitch bridge, as the interface when configuring DNS resolvers.
106+
You cannot use the `br-ex` bridge, an OVN-Kubernetes-managed Open vSwitch bridge, as the interface when configuring DNS resolvers unless you manually configured a customized `br-ex` bridge.
107+
108+
For more information, see "Creating a manifest object that includes a customized br-ex bridge" in the _Deploying installer-provisioned clusters on bare metal_ document or the _Installing a user-provisioned cluster on bare metal_ document.
107109
====
108110

109111
The following example shows a default situation that stores DNS values globally:
@@ -283,4 +285,11 @@ routes:
283285
# ...
284286
----
285287
<1> The static IP address for the Ethernet interface.
286-
<2> Next hop address for the node traffic. This must be in the same subnet as the IP address set for the Ethernet interface.
288+
<2> The next hop address for the node traffic. This must be in the same subnet as the IP address set for the Ethernet interface.
289+
290+
[IMPORTANT]
291+
====
292+
You cannot use the OVN-Kubernetes `br-ex` bridge as the next hop interface when configuring a static route unless you manually configured a customized `br-ex` bridge.
293+
294+
For more information, see "Creating a manifest object that includes a customized br-ex bridge" in the _Deploying installer-provisioned clusters on bare metal_ document or the _Installing a user-provisioned cluster on bare metal_ document.
295+
====

0 commit comments

Comments
 (0)