Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e1383ba7ad09e3c21c987c3c47fbf9f85b9ee88a
2292b0bb964158fda9e3186e399ec79e53d3d6c2
5 changes: 0 additions & 5 deletions common/scripts/kind_provisioner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down