From 7338fa1c80d36a4abb739bfdeff3fd885cc24f38 Mon Sep 17 00:00:00 2001 From: Andrei Dinin Date: Tue, 14 Jan 2020 15:23:07 -0500 Subject: [PATCH] Add a step for Minikube deployment instructions --- rsts/administrator/install/getting_started.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsts/administrator/install/getting_started.rst b/rsts/administrator/install/getting_started.rst index 17edee17b1..fa56932bdc 100644 --- a/rsts/administrator/install/getting_started.rst +++ b/rsts/administrator/install/getting_started.rst @@ -38,6 +38,8 @@ Once deployed, you can access the Flyte console on any kubernetes node at ``http For local deployments, this endpoint is typically http://localhost:30081/console. +(for Minikube deployment, you need to run ``minikube tunnel`` and use the ip that Minikube tunnel outputs) + WARNING: The sandbox deployment is not well suited for production use. Most importantly, Flyte needs access to an object store, and a PostgreSQL database.