Zhankun Tang created SUBMARINE-462:
--------------------------------------
Summary: Submarine server should support helm charts installation
Key: SUBMARINE-462
URL: https://issues.apache.org/jira/browse/SUBMARINE-462
Project: Apache Submarine
Issue Type: Sub-task
Components: Backend Server
Reporter: Zhankun Tang
Currently, there are no tools to install submarine on k8s in one command.
Helm chart is a perfect tool we can choose. In order to do this:
# Build helm charts supporting deployments of tensorflow operator, pytorch
operator, and submarine server, MySQL.
# Setup proxy using kubectl to access the submarine server locally
# Verify that sample job spec can be submitted to the submarine server
successfully.
# Verify that workbench can be accessed in a local browser.
After this, if the user has a k8s cluster. The below command will get the
installation done.
{code:java}
helm install <submarine dir>/charts{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]