> Luxury Yacht reads your .kube directory and loads your existing kubeconfig files. It does not create kubeconfig files, nor will it ever modify them in any way. It's up to you to get those working correctly for your clusters.
I'm wondering if the author or anyone else familiar could suggest some good tools to help manage kubeconfig files. I don't have this problem using Rancher for example, and it's a big reason why I've struggled with K9s and OpenLens.
https://github.com/sunny0826/kubecm
Tested a bunch and this is the one I stuck with, at least until I make my own. Once the entries are all right, I use the dare I say industry standard to switch between them:
Can you elaborate on what you mean by "manage kubeconfig files"? Do you mean how to create them? How to switch between them? Something else?
In addition to the other recommendations, I always suggest Kubie (https://github.com/sbstp/kubie). The nice thing about Kubie is that it spawns a new shell when you select a kubeconfig, meaning selecting a Kubernetes context in one terminal window doesn't clobber what you're doing in another.