I have a rancher dektop runnig with a 1 node clust...
# rancher-desktop
i
I have a rancher dektop runnig with a 1 node cluster . how can i see where is my kubeconfig file created ?
m
on linux/macos it will be in your ${HOME} dir under
.kube/
directory.
./.kube/config
i
thanks .