Skip to content

Commit

Permalink
[docs:] Fix missing port-foward URL (#2292)
Browse files Browse the repository at this point in the history
* [docs:] Fix missing port-foward URL

Apparently, in the last rework, we deleted the port-forward section that helps folks to be able to use the pipelines UI.

* Update content/en/docs/pipelines/installation/localcluster-deployment.md

Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>

Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
  • Loading branch information
alfsuse and 8bitmp3 committed Oct 26, 2020
1 parent 4f05fc7 commit bd42161
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/en/docs/pipelines/installation/localcluster-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,18 @@ Executors](https://argoproj.github.io/argo/workflow-executors/) and reference
The Kubeflow Pipelines deployment may take several minutes to complete.
2. Verify that the Kubeflow Pipelines UI is accessible by port-forwarding:
```shell
kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80
```
Then, open the Kubeflow Pipelines UI at `http://localhost:8080/` or - if you are
using kind or K3s within a virtual machine - `http://{YOUR_VM_IP_ADDRESS}:8080/`
Note that K3ai will automatically print the URL for the web UI at the end of
the installation process.
**Note**: `kubectl apply -k` accepts local paths and paths that are
formatted as
Expand Down

0 comments on commit bd42161

Please sign in to comment.