This message was deleted.
# rancher-desktop
a
This message was deleted.
r
When a Kubernetes tool looks for http://localhost:8080 then that almost always means it's not seeing the kubeconfig file (default *NIX location of ~/.kube/config ).
πŸ‘† 1
q
@rough-farmer-49135, I hear you. I saw a couple of suggestions on how to fix that, but for some reason--at least on macOS Ventura-- that didn't seem to do it. I wonder if there is something specific to macOS that would cause that?
r
I'm not a Mac user and only used early Rancher Desktop, so no more info from me. Though you might be able to do better searches with "missing kubeconfig" in your search terms?
πŸ‘ 1
w
kubectl config current-context
should show
rancher-desktop
. If not, then check rancher settings and confirm kubernetes cluster started.
☝️ 1
βž• 1
q
Thank you, @white-xylophone-9961! Apparently I had to delete the config file and start fresh.
w
I also should've said, try
kubectl config use-context rancher-desktop
to switch to it. You may have other clusters to manage.
πŸ™Œ 1
πŸ™ 1
Check out k9s too: https://k9scli.io/
πŸ™ 1
q
That did it! Thank you πŸ™‚
240 Views