This message was deleted.
# rancher-desktop
a
This message was deleted.
w
there aren’t any explicit proxy settings in RD right now. There are some workarounds documented in the Issues attached to the “area/proxy” label. https://github.com/rancher-sandbox/rancher-desktop/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fproxy
f
I'm currently facing this issue where I am trying to run hello-world or search a redis image. To the best of my knowledge could be a proxy issue, any hints as to how to bypass this?
w
so assuming you don’t have an internal mirror that doesn’t require the proxy you can use the override.yaml for Mac (https://github.com/rancher-sandbox/rancher-desktop/issues/1267) or for Windows it gets a bit messier with using WSLENV and some file changes in Alpine.
f
im currently on Windows, sorry I didnt disclose that earlier, any helpful links?
w
yup so you would need to look at the editing of the rc.conf
just read that issue
i have found exposing a proxy causes issues w K3s startup as some of the metric-server traffic starts to get misrouted. Haven’t figured out why it works fine for macos, but not WSL.
f
Could you please guide to the location of the rc.conf in windows?
w
its in the alpine VM
use
rdctl shell
to get into the distro and it would be /etc/rc.conf
as noted its a bit messier than the limavm option on macos
f
Thanks for the help! I have followed the instructions but I am facing this error on startup after restart. Any clues?
w
new one for me. did you add a provisioning script or is that path missing?
f
figured it out, i made a typo inside the rc.conf
👍 1