Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added outdated warning to all pipelines v1 pages #3775

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/en/docs/components/pipelines/legacy-v1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ title = "Legacy (v1)"
description = "Kubeflow Pipelines v1 Documentation"
weight = 999
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ title = "Installation"
description = "Options for installing Kubeflow Pipelines"
weight = 35
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Choosing an Argo Workflows Executor"
description = "How to choose an Argo Workflows Executor"
weight = 80
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

An Argo workflow executor is a process that conforms to a specific interface that allows Argo to perform certain actions like monitoring pod logs, collecting artifacts, managing container lifecycles, etc.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Compatibility Matrix"
description = "Kubeflow Pipelines compatibility matrix with TensorFlow Extended (TFX)"
weight = 100
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

## Kubeflow Pipelines Backend and TFX compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Local Deployment"
description = "Information about local Deployment of Kubeflow Pipelines (kind, K3s, K3ai)"
weight = 20
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This guide shows how to deploy Kubeflow Pipelines standalone on a local
Kubernetes cluster using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Overview of the ways to deploy Kubeflow Pipelines"
weight = 10

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

Kubeflow Pipelines offers a few installation options.
This page describes the options and the features available
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Standalone Deployment"
description = "Information about Standalone Deployment of Kubeflow Pipelines"
weight = 30
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

As an alternative to deploying Kubeflow Pipelines (KFP) as part of the
[Kubeflow deployment](/docs/started/#installing-kubeflow), you also have a choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Upgrade Notes"
description = "Notices and breaking changes when you upgrade Kubeflow Pipelines Backend"
weight = 90
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page introduces notices and breaking changes you need to know when upgrading Kubeflow Pipelines Backend.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "An introduction to the goals and main concepts of Kubeflow Pipeli
weight = 10

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

{{% stable-status %}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ title = "Overview"
description = "Overview of Kubeflow Pipelines"
weight = 20
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ description = "Getting started with Kubeflow Pipelines step caching"
weight = 40

+++
{{% alpha-status
feedbacklink="https://github.com/kubeflow/pipelines/issues" %}}
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Starting from Kubeflow Pipelines 0.4, Kubeflow Pipelines supports step caching capabilities in both standalone deployment and AI Platform Pipelines.
Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

## Before you start

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Multi-user Isolation"
description = "How multi-user isolation works in Kubeflow Pipelines"
weight = 30
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ title = "Quickstart"
description = "Getting started with Kubeflow Pipelines"
weight = 10

+++
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}
{{% stable-status %}}

Use this guide if you want to get an introduction to the Kubeflow Piplines user interface (UI) and get a simple pipeline running quickly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ title = "Reference"
description = "Reference docs for Kubeflow Pipelines Version 1"
weight = 100
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Reference documentation for the Kubeflow Pipelines SDK Version 1"
weight = 20

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

See the [generated reference docs for the Python
SDK](https://kubeflow-pipelines.readthedocs.io/en/stable/) (hosted on
Expand Down
7 changes: 6 additions & 1 deletion content/en/docs/components/pipelines/legacy-v1/sdk/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
title = "Pipelines SDK"
description = "Information about the Kubeflow Pipelines SDK"
weight = 40
+++
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ description = "Designing and writing components for Kubeflow Pipelines"
weight = 60

+++
{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page describes some recommended practices for designing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Build a Pipeline"
description = "A tutorial on building pipelines to orchestrate your ML workflow"
weight = 30
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

<!--
AUTOGENERATED FROM content/en/docs/components/pipelines/legacy-v1/sdk/build-pipeline.ipynb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Building Components"
description = "A tutorial on how to create components and use them in a pipeline"
weight = 40
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

A pipeline component is a self-contained set of code that performs one step in
your ML workflow. This document describes the concepts required to build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ description = "Author a recursive function in DSL"
weight = 110

+++
{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page describes how to write recursive functions in the domain specific language (DSL) provided by the Kubeflow Pipelines SDK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ description = "How to set and use environment variables in Kubeflow pipelines"
weight = 115

+++
{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page describes how to pass environment variables to Kubeflow pipeline
Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/components/pipelines/legacy-v1/sdk/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "SDK features that are available on Google Cloud Platform (GCP) on
weight = 130

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

For pipeline features that are specific to GCP, including SDK features, see the
[GCP section of the docs](/docs/gke/pipelines/).
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Setting up your Kubeflow Pipelines development environment"
weight = 20

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This guide tells you how to install the
[Kubeflow Pipelines SDK](https://github.com/kubeflow/pipelines/tree/sdk/release-1.8/sdk)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ description = "Overview of using the SDK to manipulate Kubernetes resources dyna
weight = 1350

+++
{{% alert title="Out of date" color="warning" %}}
This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page describes how to manipulate Kubernetes resources through individual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Visualizing the results of your pipelines component"
weight = 80

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}


This page shows you how to use the Kubeflow Pipelines UI to visualize output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Passing data between pipeline components"
weight = 70

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

The [`kfp.dsl.PipelineParam`
class](https://kubeflow-pipelines.readthedocs.io/en/stable/source/dsl.html#kfp.dsl.PipelineParam)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "How to run Kubeflow Pipelines with Tekton"
weight = 140

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

You can use the [KFP-Tekton SDK](https://github.com/kubeflow/kfp-tekton/tree/master/sdk)
to compile, upload and run your Kubeflow Pipeline DSL Python scripts on a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Python Based Visualizations (Deprecated)"
description = "Predefined and custom visualizations of pipeline outputs"
weight = 1400
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

{{% alert title="Deprecated" color="warning" %}}
Python based visualization is deprecated. We recommend fetching data via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title = "Building Python function-based components"
description = "Building your own lightweight pipelines components using Python"
weight = 50
+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

<!--
AUTOGENERATED FROM content/en/docs/components/pipelines/legacy-v1/sdk/python-function-components.ipynb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Overview of using the SDK to build components and pipelines"
weight = 10

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

{{% stable-status %}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Statically check the component I/O types"
weight = 100

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page describes how to integrate the type information in the pipeline and utilize the
static type checking for fast development iterations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Troubleshooting guide for Kubeflow Pipelines"
weight = 90

+++
{{% alert title="Old Version" color="warning" %}}
This page is about __Kubeflow Pipelines V1__, for information about __Kubeflow Pipelines V2__, please see the [new docs](/docs/components/pipelines).

Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backwards compatible mode](/docs/components/pipelines/user-guides/migration).
{{% /alert %}}

This page presents some hints for troubleshooting specific problems that you
may encounter.
Expand Down
Loading