You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Kai-Hsun Chen (Jira)" <ji...@apache.org> on 2021/06/17 12:56:00 UTC

[jira] [Created] (SUBMARINE-854) Avoid making the same bucket twice

Kai-Hsun Chen created SUBMARINE-854:
---------------------------------------

             Summary: 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
             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: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org