container-tools / kind-action

Apache License 2.0
24 stars 10 forks source link

Action failing on Mac due to known DNS GH problem #19

Closed squakez closed 1 month ago

squakez commented 9 months ago

Kind with registry may have problem on macos runners due to DNS (see https://github.com/actions/runner-images/issues/8649).

squakez commented 9 months ago

The workaround for the time being is to change the kind-registry host name with 127.0.0.1 as done in https://github.com/apache/camel-k/pull/5076/commits/ee547143d906771edc0a6cba42314ecd78238c12

gansheer commented 1 month ago

Fixed by https://github.com/container-tools/kind-action/pull/23.