From 39e988c2a1d15e42e0d435d3d2944d7bae3a90c4 Mon Sep 17 00:00:00 2001 From: Martin Kennelly Date: Wed, 14 Feb 2024 14:22:19 +0000 Subject: [PATCH] Add doc to not set HOST_IP_STACK if cluster is v6 primary dual stack Fixes: https://github.com/openshift-metal3/dev-scripts/issues/1632 Signed-off-by: Martin Kennelly --- config_example.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config_example.sh b/config_example.sh index e124c1b95..8b0b29cdc 100755 --- a/config_example.sh +++ b/config_example.sh @@ -226,6 +226,7 @@ set -x # IP stack for the host. # Default: If unset, defaults to ${IP_STACK}. # NOTE: arm64 does not support v6 +# NOTE: if IP_STACK is v6v4, do not set HOST_IP_STACK # Choices: "v4", "v6", "v4v6" # #export HOST_IP_STACK=v4v6