Commit 004911e
ci: switch Docker to Linux engine on Windows before Kind cluster setup
Kind requires Linux containers. On windows-latest, Docker Desktop
defaults to Windows containers mode causing Kind to fail with
'npipe:////./pipe/docker_engine: The system cannot find the file'.
Add a step to call DockerCli.exe -SwitchLinuxEngine and wait for the
daemon to be ready before cluster creation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 231959e commit 004911e
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
395 | 415 | | |
396 | 416 | | |
397 | 417 | | |
| |||
0 commit comments