mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#8663)
This commit is contained in:
parent
0c18ce536c
commit
5234cc829d
|
@ -1 +1 @@
|
|||
4f1c276bad2b6739d2bf3fde1ce0954957e46cd2
|
||||
62ee839595d2f2d0101fc9b086fd15a67fd0fc10
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue