traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 142 forks source link

Update k3d to v5.4.4 #830

Closed kevinpollet closed 2 years ago

kevinpollet commented 2 years ago

What does this PR do?

This pull request updates the k3d version to v5.4.4 to be able to run the integration tests locally.

Because of an issue in k3d, it is not possible to import amd64 images in a cluster on Apple Silicon. For that reason, the new --disable-import flag can be leveraged to run the integration tests on M1 machines.

$ TESTFLAGS="--disable-import" make test-integration