Skip to content

Commit becf07a

Browse files
authored
Merge pull request #57524 from maxwelldb/note-remove-osp-osdocs5263
[OSDOCS-5263] EgressIP support for OpenStack - CloudPrivateIPConfig Mover interface
2 parents 38bb9aa + afeba1f commit becf07a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/nw-egress-ips-about.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ The annotation value is an array with a single object with fields that provide t
8181

8282
Automatic attachment and detachment of egress IP addresses for traffic between nodes are available. This allows for traffic from many pods in namespaces to have a consistent source IP address to locations outside of the cluster. This also supports OpenShift SDN and OVN-Kubernetes, which is the default networking plugin in Red Hat OpenShift Networking in {product-title} {product-version}.
8383

84+
ifdef::openshift-sdn[]
8485
[NOTE]
8586
====
8687
The {rh-openstack} egress IP address feature creates a Neutron reservation port called `egressip-<IP address>`. Using the same {rh-openstack} user as the one used for the {product-title} cluster installation, you can assign a floating IP address to this reservation port to have a predictable SNAT address for egress traffic. When an egress IP address on an {rh-openstack} network is moved from one node to another, because of a node failover, for example, the Neutron reservation port is removed and recreated. This means that the floating IP association is lost and you need to manually reassign the floating IP address to the new reservation port.
8788
====
89+
endif::openshift-sdn[]
8890

8991
The following examples illustrate the annotation from nodes on several public cloud providers. The annotations are indented for readability.
9092

0 commit comments

Comments
 (0)