Skip to content

Commit

Permalink
[docs:] fix missing port-forward URL
Browse files Browse the repository at this point in the history
Apparently in the last re-work the port-foward URL has been inadvertently
 removed
  • Loading branch information
alfsuse committed Oct 19, 2020
1 parent e78402a commit 6fc85cc
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ arise using it.
```
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
```
Open the Kubeflow Pipelines UI at http://localhost:8080/ or if you are using Kind or K3s within a VM http://{VM IP ADDRESS}:8080/
Please note that K3ai will automatically print the right UI URL at the end of the installation process.
**Note**: `kubectl apply -k` accepts local paths and paths that are formatted as
[hashicorp/go-getter URLs](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md#url-format). While the paths in the preceding commands look like URLs, they are not valid
Expand Down

0 comments on commit 6fc85cc

Please sign in to comment.