From 18c5829e60036ef4ac47fc6e70d049052642eca9 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 15 Sep 2020 20:07:57 -0700 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#8152) --- common/.commonfiles.sha | 2 +- common/scripts/kind_provisioner.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 460c4c83ec..507d80c171 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -e1383ba7ad09e3c21c987c3c47fbf9f85b9ee88a +2292b0bb964158fda9e3186e399ec79e53d3d6c2 diff --git a/common/scripts/kind_provisioner.sh b/common/scripts/kind_provisioner.sh index f36849537c..0ab86f761c 100644 --- a/common/scripts/kind_provisioner.sh +++ b/common/scripts/kind_provisioner.sh @@ -184,11 +184,6 @@ function setup_kind_clusters() { check_default_cluster_yaml - # The kind tool will error when trying to create clusters in parallel unless we create the network first - # TODO remove this when kind support creating multiple clusters in parallel - this will break ipv6 - docker network inspect kind > /dev/null 2>&1 || \ - docker network create -d=bridge -o com.docker.network.bridge.enable_ip_masquerade=true kind - # Trap replaces any previous trap's, so we need to explicitly cleanup both clusters here trap cleanup_kind_clusters EXIT