Describe the bug
When you run Install-Containerd, the default config.toml file is not added. The general setup instructions are that this need to be added as part of the installation. See https://github.com/containerd/containerd/blob/main/docs/getting-started.md#installing-containerd-on-windows
# configure
containerd.exe config default | Out-File $Env:ProgramFiles\containerd\config.toml -Encoding ascii
# Review the configuration. Depending on setup you may want to adjust:
# - the sandbox_image (Kubernetes pause image)
# - cni bin_dir and conf_dir locations
Get-Content $Env:ProgramFiles\containerd\config.toml