Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s: centralise Kubernetes client #75

Merged

Conversation

diegodelemos
Copy link
Member

  • Since R-W-Controller connects now to Kubernetes as well we
    centralise the initialisation in commons.

Connects reanahub/reana-workflow-controller#158.

setup.py Outdated
@@ -56,6 +56,8 @@
'click>=7.0,<8.0',
'jsonschema[format]>=2.6.0,<2.7',
'kombu>=4.2.0,<5.0',
'kubernetes>=6.0.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since reana-client also depends on reana-commons, this would bring K8s to the user space world as well...
What about having an option pip install reana-commons[kubernetes] so that the usual reana-client world wouldn't need this and only reana-cluster world would?

* Since R-W-Controller connects now to Kubernetes as well we
  centralise the initialisation in commons.
Copy link
Member

@okraskaj okraskaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@diegodelemos diegodelemos merged commit d5105e7 into reanahub:master Dec 13, 2018
@ghost ghost removed the Status: in review label Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants