-
Let's see if you can give me a hand because I'm a bit lost. As I see when you initialize the client with Update: Right now I'm using the method of exporting the environment variable myself with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The local kubeconfig might come from multiple files depending on what the evar is set to because kubeconfigs merge together in a rather strange but defined way. Is there a reason you want to know the file? This particular file merge behaviour only applies to local development. |
Beta Was this translation helpful? Give feedback.
There is
Kubeconfig::read_from
provided you enumerate the available configs yourself....which you can hook up to
Config::from_custom_kubeconfig