Bump KinD to 0.8.1 (#4445)

* Bump KinD to 0.8.1

This brings us K8s 1.18, which is in theory passing all the integration
tests. Currently the tracing one is failing just because of the quay.io
downtime, that hosts the nginx-ingress image.

Re #4382
This commit is contained in:
Alejandro Pedraza 2020-05-20 14:46:05 -05:00 committed by GitHub
parent 9cd4557644
commit 301429ea9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -130,14 +130,14 @@ jobs:
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
version: "v0.7.0"
version: "v0.8.1"
- name: Setup custom_domain KinD cluster
if: matrix.integration_test == 'custom_domain'
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
config: test/testdata/custom_cluster_domain_config.yaml
version: "v0.7.0"
version: "v0.8.1"
- name: Load image archives into the local KinD cluster
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
env:

View File

@ -129,14 +129,14 @@ jobs:
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
version: "v0.7.0"
version: "v0.8.1"
- name: Setup custom_domain KinD cluster
if: matrix.integration_test == 'custom_domain'
# engineerd/setup-kind@v0.3.0
uses: engineerd/setup-kind@d0e9be1
with:
config: test/testdata/custom_cluster_domain_config.yaml
version: "v0.7.0"
version: "v0.8.1"
- name: Load image archives into the local KinD cluster
env:
PROXY_INIT_IMAGE_NAME: gcr.io/linkerd-io/proxy-init:v1.3.1

View File

@ -2,7 +2,7 @@
set -eu
kindversion=v0.7.0
kindversion=v0.8.1
bindir=$( cd "${0%/*}" && pwd )
targetbin=$( cd "$bindir"/.. && pwd )/target/bin