This message was deleted.
# rancher-desktop
a
This message was deleted.
b
The source code for helm chart I used is available in this repo (helm branch) https://github.com/jwsy/simplest-k8s/tree/helm
k
I'll see if I can repro. I'll let you know if I need more information
I'm working through the tutorial -- it only works when I'm in the
main
branch, but the helm chart is only in the
helm
branch. Which branch should I be in?
Also, when doing a
kubectl apply -f .
in
main
, I get this error at startup:
Copy code
k logs -n default       pod/jade-shooter-8696975967-st6lw
Error from server (BadRequest): container "jade-shooter0" in pod "jade-shooter-8696975967-st6lw" is waiting to start: image can't be pulled
Ignore the above -- I had image filtering on due to testing last week, so the pull failed.
So I can reproduce this problem on Windows 10+WSL 2, but the app runs fine on macOS (all with Rancher Desktop 1.9.1). I'm going to have to bring in our Windows/WSL Networking expert.
Also, could you please create a github issue for this at https://github.com/rancher-sandbox/rancher-desktop/issues/new/choose ?
b
Thanks @kind-iron-72902 I will raise GitHub issue and share Issue number here.
k
The issue here (for anyone else reading this) is that Amar was running a VPN and had to enable
Copy code
rdctl set --experimental.virtual-machine.networking-tunnel=true
to work with it.
b
Thanks a lot. I confirm it worked after enabling networking tunnel. https://docs.rancherdesktop.io/1.9/ui/preferences/wsl/network