-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Windows Version
Microsoft Windows [Version 10.0.22631.3447]
WSL Version
2.2.2.0
Are you using WSL 1 or WSL 2?
- WSL 2
- WSL 1
Kernel Version
5.15.150.1-2
Distro Version
Fedora Linux 39 (Container Image)
Other Software
Podman: v5.0.1
Podman-desktop: v1.9.1
Repro Steps
- Create Podman Machine with the following
.wslconfig
:
[experimental]
autoMemoryReclaim=dropcache
hostAddressLoopback=true
sparseVhd=true
useWindowsDnsCache=true
[wsl2]
dnsTunneling=true
networkingMode=mirrored
- Create Kind cluster with
Podman-desktop
app - Try to reach cluster from within Windows host machine
Expected Behavior
Created Kind cluster should be reachable at: https://localhost:<port>/
Actual Behavior
Two types of errors atm, with networkingMode=mirrored
being enabled:
connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
connectex: No connection could be made because the target machine actively refused it.
Diagnostic Logs
No response