EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Improve the error message when current context is missing. #53

Closed Fizzadar closed 4 years ago

Fizzadar commented 4 years ago

Unfortunately the issue is in the python k8s library which currently raises an exception in this case rather than just setting no current context value.

See: https://github.com/kubernetes-client/python/issues/1193

Fizzadar commented 4 years ago

Thanks @risktoparkrageram!