This message was deleted.
# rancher-desktop
a
This message was deleted.
f
It is most likely a port conflict. Are you using the Logitech Ghub software? If yes, then https://github.com/rancher-sandbox/rancher-desktop/issues/1890#issuecomment-1222775512 shows a workaround
o
Thanks for the quick reply. I'm not using Ghub and I have not been able to identify any other process using port 9080. I don't see any hints in
iptables
or the Ubuntu firewall either (not that I know what I'm talking about here).
I found the problem and have opened issue #2858. The problem is that I use multiple files for my different kubernetes clusters and define KUBECONFIG to be a list of these files. This causes the
steve
process to fail. As a workaround, I changed the
Exec
line of
/usr/share/applications/rancher-desktop.desktop
to:
Copy code
Exec=env KUBECONFIG=${HOME}/.kube/config rancher-desktop
👍 1