diff --git a/content/en/docs/components/pipelines/operator-guides/installation/_index.md b/content/en/docs/components/pipelines/operator-guides/installation/_index.md index 3add72136..79924a27e 100644 --- a/content/en/docs/components/pipelines/operator-guides/installation/_index.md +++ b/content/en/docs/components/pipelines/operator-guides/installation/_index.md @@ -24,4 +24,11 @@ You should be familiar with [Kubernetes](https://kubernetes.io/docs/home/), kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION" ``` - The Kubeflow Pipelines deployment requires approximately 3 minutes to complete. \ No newline at end of file + The Kubeflow Pipelines deployment requires approximately 3 minutes to complete. + +2. Run the following to port-forward the Kubeflow Pipelines UI: + ``` + kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80 + ``` + +3. Open http://localhost:8080 on your browser to see the Kubeflow Pipelines UI.