From 23e87657bc6a2ac80a90a3999d2c554f37b15368 Mon Sep 17 00:00:00 2001 From: IronPan Date: Tue, 9 Jul 2019 15:26:24 -0700 Subject: [PATCH] Update pipelines-quickstart.md (#872) --- content/docs/pipelines/pipelines-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/pipelines/pipelines-quickstart.md b/content/docs/pipelines/pipelines-quickstart.md index 308809a6..4e161f40 100644 --- a/content/docs/pipelines/pipelines-quickstart.md +++ b/content/docs/pipelines/pipelines-quickstart.md @@ -42,7 +42,7 @@ Follow these steps to deploy Kubeflow and open the pipelines dashboard: [`kubectl` documentation](https://kubernetes.io/docs/tasks/tools/install-kubectl/). - 1. Run ```kubectl port-forward -n kubeflow `kubectl get pods -n kubeflow --selector=service=ambassador -o jsonpath='{.items[0].metadata.name}'` 8080:80``` and go to `http://localhost:8080/`. + 1. Run ```kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80``` and go to `http://localhost:8080/`. 1. Click **Pipeline Dashboard** to access the pipelines UI. The pipelines UI looks like this: -- GitLab