Update multicluster test kind image (#11337)

* Update multicluster test kind image

* Fix linting errors

* Restore make gen temporarily until reall common-files update can happen
This commit is contained in:
Eric Van Norman 2022-05-21 01:45:15 -05:00 committed by GitHub
parent 666348d636
commit 3a18e15028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -44,6 +44,11 @@ linters-settings:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: istio.io/
gci:
sections:
- standard
- default
- prefix(istio.io/)
issues:

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034
# shellcheck disable=SC2034,SC2154
# Copyright Istio Authors
#

View File

@ -86,7 +86,7 @@ while (( "$#" )); do
done
export IP_FAMILY="${IP_FAMILY:-ipv4}"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.20.5"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.21.1"
if [[ -z "${SKIP_SETUP:-}" ]]; then
export ARTIFACTS="${ARTIFACTS:-$(mktemp -d)}"