diff --git a/hack/kind-install-for-capd.sh b/hack/kind-install-for-capd.sh index a9bc888822dd..a0d3474c0b4b 100755 --- a/hack/kind-install-for-capd.sh +++ b/hack/kind-install-for-capd.sh @@ -31,7 +31,8 @@ if [[ "${TRACE-0}" == "1" ]]; then fi KIND_CLUSTER_NAME=${CAPI_KIND_CLUSTER_NAME:-"capi-test"} - +# See: https://kind.sigs.k8s.io/docs/user/configuration/#ip-family +KIND_NETWORK_IPFAMILY=${KIND_NETWORK_IPFAMILY:-"dual"} # 1. If kind cluster already exists exit. if [[ "$(kind get clusters)" =~ .*"${KIND_CLUSTER_NAME}".* ]]; then @@ -59,7 +60,7 @@ cat <