MNIST: Update web-ui reference for GCS (#570)

* Update webui url for GCS

* clean up
This commit is contained in:
Karthik Vadla 2019-06-07 17:57:06 -07:00 committed by Kubernetes Prow Robot
parent 4f8bbe1e9e
commit 8efa3e72fb
1 changed files with 2 additions and 1 deletions

View File

@ -742,7 +742,8 @@ POD_NAME=$(kubectl get pods --selector=app=web-ui --template '{{range .items}}{{
kubectl port-forward ${POD_NAME} 8080:5000
```
You should now be able to open up the web app at [http://localhost:8080](http://localhost:8080).
You should now be able to open up the web app at your localhost. [Local Storage](http://localhost:8080) or [GCS](http://localhost:8080/?addr=mnist-gcs-dist).
### Using IAP on GCP