This message was deleted.
# rancher-desktop
a
This message was deleted.
c
│ │ │ │ │ │ └─rancher-desktop │ │ │ │ │ │ ├─limactl shell --workdir=. 0 sudo /sbin/rc-update --update │ │ │ │ │ │ │ ├─ssh -F /dev/null -o IdentityFile="/home/iocc/.local/share/rancher-desktop/lima/_config/user" -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o NoHostAuthenticationForLocalhost=yes -o GSSAPIAuthentication=no -o PreferredAuthentications=publickey -o ... │ │ │ │ │ │ │ └─9*[{limactl}] │ │ │ │ │ │ ├─rancher-desktop │ │ │ │ │ │ │ └─rancher-desktop │ │ │ │ │ │ │ └─21*[{rancher-desktop}] │ │ │ │ │ │ ├─rancher-desktop │ │ │ │ │ │ │ └─rancher-desktop │ │ │ │ │ │ ├─rancher-desktop │ │ │ │ │ │ │ └─5*[{rancher-desktop}] │ │ │ │ │ │ ├─rancher-desktop │ │ │ │ │ │ │ └─22*[{rancher-desktop}] │ │ │ │ │ │ ├─zsh -i -l -c printf "\012Rancher Desktop Diagnostics PATH:%s\012" "$PATH" │ │ │ │ │ │ └─29*[{rancher-desktop}]
807584 iocc 20 0 237024 3584 3456 R 99,7 0,0 4:25.25 zsh
when killed rancher says:
[8071140615/132747.484439ERROR:network_service_instance_impl.cc(461)] Network service crashed, restarting service.
rancher-desktop-1.8.1-x86_64.AppImage on AlmaLinux 8.8
s
Hi! Thank you for reporting the issue here. Have you already tried to do a factory reset?
c
U're welcome. No I havent but will it reset other k8s contexts than rancher-desktop?
s
The documentation https://docs.rancherdesktop.io/ui/troubleshooting#factory-reset doesn't mention anything about it. I tried it on my env. I created a new context:
Copy code
╰─$ kubectl config set-context test
Context "test" created.
And did a factory reset. Afterwards I checked the contexts again and
test
was still available:
Copy code
╰─$ kubectl config get-contexts    
CURRENT   NAME              CLUSTER           AUTHINFO          NAMESPACE
          default           default           default           
*         rancher-desktop   rancher-desktop   rancher-desktop   
          test
But if you need to be really sure about it, I would rather suggest to just open an issue on the tracker (https://github.com/rancher-sandbox/rancher-desktop/issues) for now. I'm sorry.
c
Yes, it seems to not have touched .kube/config. Now its up. It kinda worked but I have two hung zsh that are using 100% cpu. Its always like this... 1 failed but it doesnt tell which one.
s
Thank you!