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

Change shell invocations to kubernetes/helm library calls for Sacred deployment #2

Open
archena opened this issue Jul 15, 2021 · 0 comments

Comments

@archena
Copy link
Member

archena commented Jul 15, 2021

Is your feature request related to a problem? Please describe.
Currently experiment tracker installation is done by invoking kubectl and helm command line tools. If these were replaced with python libraries for Kubernetes and helm it would solve two problems:

  1. The users would no longer be required to have kubectl and helm installed (or use Docker container), for installation and uninstallation to work
  2. The installation/uninstallation process would be more predictable, i.e. it's easier to capture failures while using python native libraries as opposed to shell invocations

Describe the solution you'd like

Additional context
#6 partially depends on this issue, i.e. if it is resolved prior #6, testing will be done using Python native libraries rather than parsing responses from CLI tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant