From 10b34b8dc82daa7b0f9b61985d3171b58497e3b4 Mon Sep 17 00:00:00 2001 From: Yash Jakhotiya Date: Tue, 30 Jun 2020 02:48:41 +0530 Subject: [PATCH] Add link to the 'Deploying Kubeflow on GCP' doc (#779) This is important as this is an E2E tutorial. Moreover, the catch that GCP Free Tier and the 12-month trial period with $300 credit does not offer enough resources to run default GCP installation of Kubeflow is mentioned in those docs. --- mnist/mnist_gcp.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnist/mnist_gcp.ipynb b/mnist/mnist_gcp.ipynb index 178bf7e8..b3874e5e 100644 --- a/mnist/mnist_gcp.ipynb +++ b/mnist/mnist_gcp.ipynb @@ -14,7 +14,7 @@ " \n", "## Requirements\n", "\n", - " * You must be running Kubeflow 1.0 on Kubernetes Engine (GKE) with Cloud Identity-Aware Proxy (Cloud IAP).\n", + " * You must be running Kubeflow 1.0 on Kubernetes Engine (GKE) with Cloud Identity-Aware Proxy (Cloud IAP). See the guide to [deploying Kubeflow on GCP](https://www.kubeflow.org/docs/gke/deploy/).\n", " * Run this notebook within your Kubeflow cluster. See the guide to [setting up your Kubeflow notebooks](https://www.kubeflow.org/docs/notebooks/setup/).\n", " " ]