Automator: update common-files@master in istio/istio.io@master (#8152)

This commit is contained in:
Istio Automation 2020-09-15 20:07:57 -07:00 committed by GitHub
parent 996ee5dcc3
commit 18c5829e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
e1383ba7ad09e3c21c987c3c47fbf9f85b9ee88a
2292b0bb964158fda9e3186e399ec79e53d3d6c2

View File

@ -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