Skip to content

Commit

Permalink
Moved multi-user to KFP v2 docs (#3786)
Browse files Browse the repository at this point in the history
* Moved multi-user to KFP v2 docs

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

* Removed v1 warnings

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

---------

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro authored Aug 14, 2024
1 parent 6d53777 commit 1d8b463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 5 additions & 2 deletions content/en/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
/docs/guides/components/components /docs/components/
/docs/guides/pipelines/deploy-pipelines-service/ /docs/components/pipelines/pipelines-quickstart/

# https://github.com/kubeflow/website/pull/3786
/docs/components/pipelines/legacy-v1/overview/multi-user /docs/components/pipelines/operator-guides/multi-user

# Merged duplicate page pipelines-samples.md into build-pipeline.md
/docs/pipelines/pipelines-samples/ /docs/components/pipelines/legacy-v1/sdk/build-pipeline/

Expand Down Expand Up @@ -175,7 +178,7 @@ docs/started/requirements/ /docs/started/getting-started/
# Refactor Pipelines section
/docs/components/pipelines/caching /docs/components/pipelines/legacy-v1/overview/caching
/docs/components/pipelines/caching-v2 /docs/components/pipelines/user-guides/core-functions/caching
/docs/components/pipelines/multi-user /docs/components/pipelines/legacy-v1/overview/multi-user
/docs/components/pipelines/multi-user /docs/components/pipelines/operator-guides/multi-user
/docs/components/pipelines/pipeline-root /docs/components/pipelines/concepts/pipeline-root
/docs/components/pipelines/overview/pipelines-overview /docs/components/pipelines/overview
/docs/components/pipelines/pipelines-quickstart /docs/components/pipelines/overview/quickstart
Expand Down Expand Up @@ -260,7 +263,7 @@ docs/started/requirements/ /docs/started/getting-started/
/docs/components/pipelines/v1/overview/ /docs/components/pipelines/legacy-v1/overview/
/docs/components/pipelines/v1/overview/caching/ /docs/components/pipelines/legacy-v1/overview/caching/
/docs/components/pipelines/v1/overview/interfaces/ /docs/components/pipelines/interfaces/
/docs/components/pipelines/v1/overview/multi-user/ /docs/components/pipelines/legacy-v1/overview/multi-user/
/docs/components/pipelines/v1/overview/multi-user/ /docs/components/pipelines/operator-guides/multi-user/
/docs/components/pipelines/v1/overview/pipeline-root/ /docs/components/pipelines/concepts/pipeline-root/
/docs/components/pipelines/v1/overview/quickstart/ /docs/components/pipelines/legacy-v1/overview/quickstart/
/docs/components/pipelines/v1/reference/ /docs/components/pipelines/legacy-v1/reference/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
+++
title = "Multi-user Isolation"
description = "How multi-user isolation works in Kubeflow Pipelines"
weight = 30
weight = 3
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, please see the [V2 documentation](/docs/components/pipelines) for the latest information.

Note, while the V2 backend is able to run pipelines submitted by the V1 SDK, we strongly recommend [migrating to the V2 SDK](/docs/components/pipelines/user-guides/migration).
For reference, the final release of the V1 SDK was [`kfp==1.8.22`](https://pypi.org/project/kfp/1.8.22/), and its reference documentation is [available here](https://kubeflow-pipelines.readthedocs.io/en/1.8.22/).
{{% /alert %}}

Multi-user isolation for Kubeflow Pipelines is part of Kubeflow's overall [multi-tenancy](/docs/concepts/multi-tenancy/) feature.

Expand Down

0 comments on commit 1d8b463

Please sign in to comment.