Hi,
I need to run the python client in the pod to access api server. When the python client runs in the pod, it raise an error that
No such file or directory: '/root/.kube/config'
It seems that the python client tries to read config file. Is there any approach to configure the client in the pod?
thanks a lot.