(python) can i get the kubeconfig from a Provider ...
# kubernetes
h
(python) can i get the kubeconfig from a Provider object?
b
how did you instantiate the provider object?
h
... using the kubeconfig (i know) 😬 the thing is, our project is structured in a way that the provider is already where the kubeconfig is required (an explicit
kubectl
call to patch serviceaccount with image pull secrets), but passing the kubeconfig will require a refactor. just wanted to see if that could be avoided
b
I don't think you can get it as an output I'm afraid 😞
👍 1