[
https://issues.apache.org/jira/browse/SUBMARINE-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SUBMARINE-854:
-------------------------------------
Labels: pull-request-available (was: )
> Avoid making the same bucket twice
> ----------------------------------
>
> Key: SUBMARINE-854
> URL: https://issues.apache.org/jira/browse/SUBMARINE-854
> Project: Apache Submarine
> Issue Type: Bug
> Components: Backend Server
> Reporter: Kai-Hsun Chen
> Assignee: Kai-Hsun Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.6.0
>
>
> {code:bash}
> # Step1: Launch minikube
> minikube start --vm-driver=docker --kubernetes-version v1.15.11
> # Step2: Install Submarine chart
> helm install submarine ./helm-charts/submarine
> # Step3: port-forwarding
> kubectl port-forward --address 0.0.0.0 service/submarine-traefik 32080:80
> # Step4: Check workbench 127.0.0.1:32080, and MLflow works well
> # Step5: Uninstall Submarine chart
> helm uninstall submarine
> # Step6: Wait until all resources related to the Submarine chart are deleted
> # Step7: Install Submarine chart again
> helm install submarine ./helm-charts/submarine
> # Step8: MLflow POD crash
> {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]