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

This commit is contained in:
Istio Automation 2020-12-14 14:06:02 -08:00 committed by GitHub
parent 0c18ce536c
commit 5234cc829d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4f1c276bad2b6739d2bf3fde1ce0954957e46cd2
62ee839595d2f2d0101fc9b086fd15a67fd0fc10

View File

@ -189,7 +189,7 @@ function cleanup_kind_clusters() {
# cluster topology information to be loaded in advance
function setup_kind_clusters() {
IMAGE="${1:-"${DEFAULT_KIND_IMAGE}"}"
KUBECONFIG_DIR="$(mktemp -d)"
KUBECONFIG_DIR="${ARTIFACTS:-$(mktemp -d)}/kubeconfig"
IP_FAMILY="${2:-ipv4}"
check_default_cluster_yaml