mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#8152)
This commit is contained in:
parent
996ee5dcc3
commit
18c5829e60
|
@ -1 +1 @@
|
|||
e1383ba7ad09e3c21c987c3c47fbf9f85b9ee88a
|
||||
2292b0bb964158fda9e3186e399ec79e53d3d6c2
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue