Hi all. I have a k3s installation in my WSL 2 envi...
# k3s
q
Hi all. I have a k3s installation in my WSL 2 environment. There's a proxy on my Windows machine. The pods can connect to the Internet throw that proxy. But they cannot connect to any DNS server. I tried to setup a dnsmasq on my local to debug. I found that the dnsmasq can receive the queries from the pod, but the pod cannot get the responses from the DNS and returns timeout. Any idea how to troubleshoot this kind of issue? I have another k3s in WSL 2 setup, and the DNS queries work fine in that setup.