From 2f2ae0da9216ebcbf4ce16a82a595ca59f656c16 Mon Sep 17 00:00:00 2001 From: Electronic-Waste <2690692950@qq.com> Date: Tue, 24 Sep 2024 16:32:30 +0000 Subject: [PATCH 1/2] fix: fix the broken link. Signed-off-by: Electronic-Waste <2690692950@qq.com> --- examples/v1beta1/kubeflow-pipelines/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/v1beta1/kubeflow-pipelines/README.md b/examples/v1beta1/kubeflow-pipelines/README.md index df1e2bf0041..18e289cc73b 100644 --- a/examples/v1beta1/kubeflow-pipelines/README.md +++ b/examples/v1beta1/kubeflow-pipelines/README.md @@ -18,7 +18,7 @@ You have to install the following Python SDK to run these examples: The Notebooks examples run Pipelines in multi-user mode and your Kubeflow Notebook must have the appropriate `PodDefault` with the `pipelines.kubeflow.org` audience. -Please follow [this guide](https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/#multi-user-mode) +Please follow [this guide](https://www.kubeflow.org/docs/components/pipelines/operator-guides/multi-user/) to give an access Kubeflow Notebook to run Kubeflow Pipelines. ## List of Examples From 8917a9d713fc594ce30d50426270d7861e7b39ac Mon Sep 17 00:00:00 2001 From: Electronic-Waste <2690692950@qq.com> Date: Sat, 12 Oct 2024 07:16:13 +0000 Subject: [PATCH 2/2] fix(doc): update guidance in multi-users pipelines setup. Signed-off-by: Electronic-Waste <2690692950@qq.com> --- examples/v1beta1/kubeflow-pipelines/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/v1beta1/kubeflow-pipelines/README.md b/examples/v1beta1/kubeflow-pipelines/README.md index 18e289cc73b..4eb387e163a 100644 --- a/examples/v1beta1/kubeflow-pipelines/README.md +++ b/examples/v1beta1/kubeflow-pipelines/README.md @@ -15,10 +15,9 @@ You have to install the following Python SDK to run these examples: ## Multi-User Pipelines Setup -The Notebooks examples run Pipelines in multi-user mode and your Kubeflow Notebook -must have the appropriate `PodDefault` with the `pipelines.kubeflow.org` audience. +The Notebooks examples run Pipelines in multi-user mode and your Kubeflow Notebook must authenticate the Pipeline SDK. -Please follow [this guide](https://www.kubeflow.org/docs/components/pipelines/operator-guides/multi-user/) +Please follow [this guide](https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/) to give an access Kubeflow Notebook to run Kubeflow Pipelines. ## List of Examples