This message was deleted.
# rancher-desktop
a
This message was deleted.
w
i would assume proxy config. make sure the network you are using in the virtual space is part of your no_proxy
m
I have tried this [System.Environment]::SetEnvironmentVariable("no_proxy", "$env:no_proxy,192.168.1.0/24", "User") and changed it to my IP address but issue remain same. Any idea?
w
the env would need to be in your prefs. looks like windows? did you use the proxy config in the WSL prefs?
m
No proxy. I selected enable networking tunnel
w
hmm scratching my head on that one. its like kube is seeing a http proxy and bailing vs connecting to the controller
m
yeah, I even tried with proxy values but still the issue remains same.
w
i might play in rdctl shell directly and see if you can get more info about why things are going sideways
m
It worked after setting a value for no_proxy which is suitable for my organization. Thanks for your suggestions