Configuring Podman for Kind on Windows Subsystem for Linux (WSL)
When you create a Podman machine, Podman creates the machine in rootless mode.
With a Podman machine running on WSL, Kind:
- Requires the rootful machine.
Therefore, set the Podman machine to rootful mode.
Procedure
-
Stop the Podman machine:
$ podman machine stop
-
Set the Podman machine in rootful mode:
$ podman machine set --rootful
-
Start the Podman machine:
$ podman machine start