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] 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