mirror of https://github.com/linkerd/linkerd2.git
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:
parent
9cd4557644
commit
301429ea9b
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue