pytogo / portforward

Kubernetes Port-Forward Go-Edition For Python

Home Page:https://portforward.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$KUBECONFIG env variable is ignored

atti92 opened this issue · comments

return str(Path.home() / ".kube" / "config")

This should be the same as in the official kubernetes client:
https://github.com/kubernetes-client/python/blob/master/kubernetes/base/config/kube_config.py#L48

Hi @atti92

thanks for the hint. I changed it. It will be included in release v0.4.0.