Skip to content

Commit 2ae8623

Browse files
committed
Remove OpenShift SDN EgressIPs limitation ifeval
This ifeval is not working for some reason, so remove it entirely from the docs.
1 parent 3c47f2c commit 2ae8623

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/nw-egress-ips-about.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To ensure that you can reliably allow access to the server from only that specif
2020

2121
An egress IP address assigned to a namespace is different from an egress router, which is used to send traffic to specific destinations.
2222

23-
In some cluster configurations, application pods and ingress router pods run on the same node. If you configure an egress IP for an application project in this scenario, the IP is not used when you send a request to a route from the application project.
23+
In some cluster configurations, application pods and ingress router pods run on the same node. If you configure an egress IP address for an application project in this scenario, the IP address is not used when you send a request to a route from the application project.
2424

2525
ifdef::openshift-sdn[]
2626
An egress IP address is implemented as an additional IP address on the primary network interface of a node and must be in the same subnet as the primary IP address of the node. The additional IP address must not be assigned to any other node in the cluster.
@@ -273,9 +273,6 @@ When using the automatic assignment approach for egress IP addresses the followi
273273

274274
- You set the `egressCIDRs` parameter of each node's `HostSubnet` resource to indicate the range of egress IP addresses that can be hosted by a node.
275275
{product-title} sets the `egressIPs` parameter of the `HostSubnet` resource based on the IP address range you specify.
276-
ifeval::[{product-version} < 4.8]
277-
- Only a single egress IP address per namespace is supported when using the automatic assignment mode.
278-
endif::[]
279276

280277
If the node hosting the namespace's egress IP address is unreachable, {product-title} will reassign the egress IP address to another node with a compatible egress IP address range.
281278
The automatic assignment approach works best for clusters installed in environments with flexibility in associating additional IP addresses with nodes.

0 commit comments

Comments
 (0)