Uploaded image for project: 'Apache Submarine'
  1. Apache Submarine
  2. SUBMARINE-854

Avoid making the same bucket twice

    XMLWordPrintableJSON

Details

    Description

      # 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
      

      Attachments

        Issue Links

          Activity

            People

              khchen Kai-Hsun Chen
              khchen Kai-Hsun Chen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: