Skip to content

Commit

Permalink
Update pipelines-quickstart.md (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan authored and k8s-ci-robot committed Jul 9, 2019
1 parent 3a307d0 commit 23e8765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/pipelines/pipelines-quickstart.md
Expand Up @@ -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:
Expand Down

0 comments on commit 23e8765

Please sign in to comment.