kind-action icon indicating copy to clipboard operation
kind-action copied to clipboard

add the ability to download kind/kubectl on macOS GHA runners

Open nicks opened this issue 2 years ago • 4 comments

Important note - This doesn't setup Docker on MacOS. To setup Docker, you either need to use the Docker Desktop GHA (https://github.com/docker/desktop-action), or you need to connect your MacOS runner to a remote Docker Daemon.

nicks avatar Jul 11 '23 18:07 nicks

(I wanted to use this package to leverage kind for integration tests on Docker Desktop itself)

nicks avatar Jul 11 '23 18:07 nicks

added a macos test rule

nicks avatar Feb 14 '24 19:02 nicks

@nicks the new mac testing is failing

cpanato avatar Feb 19 '24 11:02 cpanato

the test failure might be revealing an existing bug in the cleanup script?

currently it always runs kind delete, even if the action has install_only set to true.

arguably, if install_only is set to true, then it's not responsible for creating a cluster, so also shouldn't be responsible for cleaning one up?

for now, i set ignore_failed_clean on the new test, which is arguably the "safest" change.

nicks avatar Feb 20 '24 20:02 nicks