vapor-ware / kubetest

Kubernetes integration testing in Python via pytest
https://kubetest.readthedocs.io/en/latest/
GNU General Public License v3.0
206 stars 57 forks source link

Allow for environment variable "KUBECONFIG" #186

Closed danquack closed 4 years ago

danquack commented 4 years ago

in my pytest configuration I am generating the kubeconfig with boto, and so instead of creating it prior, i am generating it on setup_function, and then setting the kubeconfig env appropriately.