From 25d0c6b347a6b0a97373b8b0b369aeb85dbd5c0e Mon Sep 17 00:00:00 2001 From: alexisVLRT Date: Thu, 20 May 2021 17:29:22 +0200 Subject: [PATCH] doc: explain connection issue right after deployment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de35ac4..92390df 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ dependencies-checks: .PHONY: goodbye goodbye: @echo "\nCongratulations, you successfully deployed MLFlow on your project! 🎉" - @source vars && echo "The web app is available at https://mlflow-dot-$${TF_VAR_project_id}.ew.r.appspot.com" + @source vars && echo "The web app is available at https://mlflow-dot-$${TF_VAR_project_id}.ew.r.appspot.com (You may have trouble connecting for a few minutes after the deployment, while IAP gets setup)" @echo "To push your first experiment, take a look at the bottom of the readme for an example."