Skip to content

Commit f28b136

Browse files
authored
Merge pull request #96349 from dfitzmau/OCPBUGS-58128-14
[enterprise-4.14] OCPBUGS-58128: Tweaked the nw-egress-ips-multi-nic-considerations .ad…
2 parents 3ef30bf + cb5b8c7 commit f28b136

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

modules/nw-egress-ips-about.adoc

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ ifdef::ovn[]
173173
[id="nw-egress-ips-multi-nic-considerations_{context}"]
174174
== Considerations for using an egress IP on additional network interfaces
175175

176-
In {product-title}, egress IPs provide administrators a way to control network traffic. Egress IPs can be used with the `br-ex`, or primary, network interface, which is a Linux bridge interface associated with Open vSwitch, or they can be used with additional network interfaces.
176+
In {product-title}, egress IPs provide administrators a way to control network traffic. Egress IPs can be used with a `br-ex` Open vSwitch (OVS) bridge interface and any physical interface that has IP connectivity enabled.
177177

178178
You can inspect your network interface type by running the following command:
179179

@@ -202,27 +202,13 @@ ifndef::openshift-rosa[]
202202

203203
For users who want an egress IP and traffic to be routed over a particular interface that is not the primary network interface, the following conditions must be met:
204204

205-
* {product-title} is installed on a bare metal cluster. This feature is disabled within cloud or hypervisor environments.
205+
* {product-title} is installed on a bare-metal cluster. This feature is disabled within a cloud or a hypervisor environment.
206206

207-
* Your {product-title} pods are not configured as host-networked.
207+
* Your {product-title} pods are not configured as _host-networked_.
208208

209-
* If a network interface is removed or if the IP address and subnet mask which allows the egress IP to be hosted on the interface is removed, then the egress IP is reconfigured. Consequently, it could be assigned to another node and interface.
209+
* If a network interface is removed or if the IP address and subnet mask which allows the egress IP to be hosted on the interface is removed, the egress IP is reconfigured. Consequently, the egress IP could be assigned to another node and interface.
210210

211-
* IP forwarding must be enabled for the network interface. To enable IP forwarding, you can use the `oc edit network.operator` command and edit the object like the following example:
212-
+
213-
[source,yaml]
214-
----
215-
# ...
216-
spec:
217-
clusterNetwork:
218-
- cidr: 10.128.0.0/14
219-
hostPrefix: 23
220-
defaultNetwork:
221-
ovnKubernetesConfig:
222-
gatewayConfig:
223-
ipForwarding: Global
224-
# ...
225-
----
211+
* If you use an Egress IP address on a secondary network interface card (NIC), you must use the Node Tuning Operator to enable IP forwarding on the secondary NIC.
226212
endif::openshift-rosa[]
227213
endif::ovn[]
228214

0 commit comments

Comments
 (0)