mirror of https://github.com/kubeflow/examples.git
MNIST: Update web-ui reference for GCS (#570)
* Update webui url for GCS * clean up
This commit is contained in:
parent
4f8bbe1e9e
commit
8efa3e72fb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue