Open
Description
Summary
Extension requires kubernetes
to be pip-installed, but lacks the dependency listing in install_requires inside setup.py.
What is the current bug behavior?
pip install fails if kubernetes is not installed
What is the expected correct behavior?
pip installs kubernetes automatically, because it is a dependency
Steps to reproduce
pip install on a clean environment (that does not have kubernetes
installed
**Notes
We should remove a workaround from Github action as well