Skip to content

Commit

Permalink
Add instruction to access UI without IAP (#461)
Browse files Browse the repository at this point in the history
* Update pipelines-quickstart.md

* Update pipelines-quickstart.md
  • Loading branch information
IronPan authored and k8s-ci-robot committed Feb 24, 2019
1 parent 2f52f19 commit 4bc6da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/pipelines/pipelines-quickstart.md
Expand Up @@ -25,6 +25,8 @@ Follow these steps to deploy Kubeflow and open the pipelines dashboard:
alt="Kubeflow UI"
class="mt-3 mb-3 border border-info rounded">

If you skipped the IAP option when deploying Kubeflow, 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. Click **Pipeline Dashboard** to access the pipelines UI. The pipelines UI looks like
this:
<img src="/docs/images/pipelines-ui.png"
Expand Down

0 comments on commit 4bc6da9

Please sign in to comment.