m3 icon indicating copy to clipboard operation
m3 copied to clipboard

[integration-tests] Fix etcd use of host.docker.internal on mac

Open andrewmains12 opened this issue 1 year ago • 0 comments

host.docker.internal doesn't work correctly for our etcd integration tests on Mac's, but localhost does. It used to be the case that host.docker.internal didn't resolve at all on Mac's--I encoded this fact into the health check logic for our docker container. Now it does resolve, so I've just switched to an explicit build constraint based version.

andrewmains12 avatar May 27 '24 15:05 andrewmains12