MortalHappiness opened a new pull request #745:
URL: https://github.com/apache/submarine/pull/745


   ### What is this PR for?
   The submarine-mlflow and submarine-database deployments are created at the 
same time and mlflow needs to wait for the database. Since mlflow use 
exponential back-off waiting, it takes a long time to be in the ready state.
   
   ### What type of PR is it?
   [Bug Fix]
   
   ### Todos
   * [x] - Add ReadinessProbe for submarine-database
   * [x] - Add InitContainers for submarine-mlflow
   
   Reference: 
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-1016
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   Before:
   ![Screenshot from 2021-09-07 
22-22-36](https://user-images.githubusercontent.com/47914085/132993005-518bcd45-8662-4317-83f4-9d8628066893.png)
   
   After:
   ![Screenshot from 2021-09-12 
23-10-09](https://user-images.githubusercontent.com/47914085/132993023-22fcb635-6123-40e8-ac42-75c5fcf8daa7.png)
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to