This message was deleted.
# rancher-desktop
a
This message was deleted.
f
In Rancher Desktop 1.11.0+ it unfortunately cannot be a symlink because kubernetes will listen on a different interface than localhost (at least when using the tunneling network stack). We'll try to improve this in 1.13, but unfortunately it is this way for now.
Don't re-create the symlink; it will be replaced by a regular file again. Just set the context manually, i.e.
Copy code
kubectl config use-context rancher-desktop
👀 1
i
Ah, ok. I understand. There is no more symlink. Kubectl now shows rancher-desktop. So this is promising. But I am not seeing my "dev-cluster" being listed. It is on the Window's host system.
f
You will have to copy over the kubeconfig from the host manually. Rancher Desktop will then add the Rancher Desktop cluster to it. Or at least it should.
Sorry for the mess!
i
Ok. Let me try that. Thank you. I also appreciate the help.
Cool. Looks like this works. Thank you for your help!