-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Environment
- How did you deploy Kubeflow Pipelines (KFP)?
- Installed via this link official docs : https://www.kubeflow.org/docs/components/pipelines/operator-guides/installation/
- Tested on: AKS and EKS and Kind (same result)
- KFP version: 2.14.3
- PIPELINE_VERSION=2.14.3
Steps to reproduce
- Install kubeflow pipelines via official documentation using the link: https://www.kubeflow.org/docs/components/pipelines/operator-guides/installation/
- After successful installation , Open Pipelines UI (example:
http://localhost:8080/#/pipelines). - click the tutorial source code
- The link opens a GitHub URL like:
https://github.com/kubeflow/pipelines/tree/unknown/samples/tutorials/DSL%20-%20Control%20structures
which returns GitHub 404:Cannot find a valid ref in unknown/....
Expected result
The source code links should open the tutorial folder on GitHub — not a 404.
Materials and Reference
- Attached screenshots:
- The Pipelines UI showing tutorial + source code link
- GitHub 404 page after clicking the link
- I will try to raising a PR to fix the broken link issue, if possible.
Impacted by this bug? Give it a 👍.