From 2eff18bae211adb5cfb53799b09ca86fec091d7d Mon Sep 17 00:00:00 2001 From: Servesha Dudhgaonkar Date: Fri, 10 Mar 2023 06:57:36 +0530 Subject: [PATCH] OCPBUGS-7592: adds clarification for IPv6 support --- modules/installing-ocp-agent.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/installing-ocp-agent.adoc b/modules/installing-ocp-agent.adoc index c23379e154..5bd590ae83 100644 --- a/modules/installing-ocp-agent.adoc +++ b/modules/installing-ocp-agent.adoc @@ -129,6 +129,7 @@ platform: - 192.168.11.4 - 2001:DB8::5 ---- +IPv6 is supported only on bare metal platforms. ==== . Create the `agent-config.yaml` file: @@ -269,4 +270,5 @@ networking: - fd03::/112 networkType: OVNKubernetes ---- +IPv6 is supported only on bare metal platforms. ====