Skip to content

Commit c8c377b

Browse files
authored
Merge pull request #99162 from JoeAldinger/OSDOCS-16162
OSDOCS-161612:adds Layer2 EIP limitations for UDN
2 parents e913d0f + b600cdd commit c8c377b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/nw-udn-limitations.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,12 @@ While user-defined networks (UDN) offer highly customizable network configuratio
2828
2929
* *Connectivity limitation*: NodePort services on user-defined networks are not guaranteed isolation. For example, NodePort traffic from a pod to a service on the same node is not accessible, whereas traffic from a pod on a different node succeeds.
3030
31-
* *Unclear error message for IP address exhaustion*: When the subnet of a user-defined network runs out of available IP addresses, new pods fail to start. When this occurs, the following error is returned: `Warning: Failed to create pod sandbox`. This error message does not clearly specify that IP depletion is the cause. To confirm the issue, you can check the *Events* page in the pod's namespace on the {product-title} web console, where an explicit message about subnet exhaustion is reported.
31+
* *Unclear error message for IP address exhaustion*: When the subnet of a user-defined network runs out of available IP addresses, new pods fail to start. When this occurs, the following error is returned: `Warning: Failed to create pod sandbox`. This error message does not clearly specify that IP depletion is the cause. To confirm the issue, you can check the *Events* page in the pod's namespace on the {product-title} web console, where an explicit message about subnet exhaustion is reported.
32+
33+
* *Layer2 egress IP limitations*:
34+
35+
** Egress IP does not work without a default gateway.
36+
37+
** Egress IP does not work on Google Cloud Platform (GCP).
38+
39+
** Egress IP does not work with multiple gateways and instead will forward all traffic to a single gateway.

0 commit comments

Comments
 (0)