Skip to content

Commit 2e8ebb9

Browse files
committed
OCPBUGS-58128: Tweaked the nw-egress-ips-multi-nic-considerations .adoc file
1 parent 34daca5 commit 2e8ebb9

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
@@ -164,7 +164,7 @@ ifdef::ovn[]
164164
[id="nw-egress-ips-multi-nic-considerations_{context}"]
165165
== Considerations for using an egress IP on additional network interfaces
166166

167-
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.
167+
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.
168168

169169
You can inspect your network interface type by running the following command:
170170

@@ -192,27 +192,13 @@ OVN-Kubernetes provides a mechanism to control and direct outbound network traff
192192

193193
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:
194194

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

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

199-
* 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.
199+
* 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.
200200

201-
* 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:
202-
+
203-
[source,yaml]
204-
----
205-
# ...
206-
spec:
207-
clusterNetwork:
208-
- cidr: 10.128.0.0/14
209-
hostPrefix: 23
210-
defaultNetwork:
211-
ovnKubernetesConfig:
212-
gatewayConfig:
213-
ipForwarding: Global
214-
# ...
215-
----
201+
* 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.
216202
endif::ovn[]
217203
endif::openshift-rosa[]
218204

0 commit comments

Comments
 (0)