Describe the bug
If a first deployment created a default AppEngine service for MLFlow, deploying again will create a new mlflow service instead of updating the first one
The main issue for the end-user is that the URL of the MLFlow server is inconsistent if you do one or multiple deployments: https://mlflow-dot-{PROJECT_ID}.ew.r.appspot.com or https://{PROJECT_ID}.ew.r.appspot.com.
To Reproduce
Steps to reproduce the behavior:
make one-click-mlflow -> AppEngine default is created
make one-click-mlflow a second time on the same project -> AppEngine mlflow is created
Expected behavior
If the first deployment created the default service, we expect it to be updated, not create a new one
Desktop (please complete the following information):
Describe the bug If a first deployment created a
default
AppEngine service for MLFlow, deploying again will create a newmlflow
service instead of updating the first oneThe main issue for the end-user is that the URL of the MLFlow server is inconsistent if you do one or multiple deployments:
https://mlflow-dot-{PROJECT_ID}.ew.r.appspot.com
orhttps://{PROJECT_ID}.ew.r.appspot.com
.To Reproduce Steps to reproduce the behavior:
make one-click-mlflow
-> AppEnginedefault
is createdmake one-click-mlflow
a second time on the same project -> AppEnginemlflow
is createdExpected behavior If the first deployment created the
default
service, we expect it to be updated, not create a new oneDesktop (please complete the following information):