You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The users would no longer be required to have kubectl and helm installed (or use Docker container), for installation and uninstallation to work
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
Find and use suitable helm python package instead of helm calls
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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently experiment tracker installation is done by invoking
kubectl
andhelm
command line tools. If these were replaced with python libraries for Kubernetes and helm it would solve two problems:kubectl
andhelm
installed (or use Docker container), for installation and uninstallation to workDescribe the solution you'd like
kubectl
callshelm
callsAdditional 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
The text was updated successfully, but these errors were encountered: