I understand kubectl gets the kubeconfig file in the order
- command line option
--kubeconfig - environment variable
KUBECONFIG= - default path
~/.kube/config
But is there a way to get the kubeconfig path/file details from the kubectl which one being currently used?
Something like kubectl config path
