From 526e2d7b475381ccc8ffd1652bdd4d912002f345 Mon Sep 17 00:00:00 2001 From: Alisha Prabhu Date: Sat, 24 Jan 2026 00:48:03 +0530 Subject: [PATCH] MTU size requirement for User Defined Networks on IBM Power Virtual Server --- modules/nw-udn-cr.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/nw-udn-cr.adoc b/modules/nw-udn-cr.adoc index 8e16c07a45..51d9bc96ef 100644 --- a/modules/nw-udn-cr.adoc +++ b/modules/nw-udn-cr.adoc @@ -11,6 +11,11 @@ Create a `UserDefinedNetwork` CR by using the CLI to enable namespace-scoped net The following procedure creates a `UserDefinedNetwork` CR that is namespace scoped. Based upon your use case, create your request by using either the `my-layer-two-udn.yaml` example for a `Layer2` topology type or the `my-layer-three-udn.yaml` example for a `Layer3` topology type. +[NOTE] +==== +When deploying a `UserDefinedNetwork` custom resource (CR) on {ibm-power-name} Virtual Server with installer-provisioned infrastructure (IPI), you must set the MTU size to `1300` or `1250`. +==== + .Prerequisites * You have logged in with `cluster-admin` privileges, or you have `view` and `edit` role-based access control (RBAC).