Open dkrieger opened 5 years ago
If you add the requirement kubernetes-py<1.10.7
, you can get things working. The import needs to be updated to be from kubernetes_py import K8sConfig
to be compatible with kubernetes-py>=1.10.7
.
I think this was fixed in #10, so this issue can probably be closed.
the line that imports from kubernetes-py fails