From 9c7ea1590ff289bf524c24b0da19f603c5af5a39 Mon Sep 17 00:00:00 2001 From: hbelmiro Date: Mon, 24 Jun 2024 08:46:48 -0300 Subject: [PATCH] Removed outdated warning from pipelines pages Signed-off-by: hbelmiro --- .../docs/components/pipelines/legacy-v1/sdk/best-practices.md | 4 ---- .../docs/components/pipelines/legacy-v1/sdk/dsl-recursion.md | 4 ---- .../pipelines/legacy-v1/sdk/enviroment_variables.md | 4 ---- .../pipelines/legacy-v1/sdk/manipulate-resources.md | 4 ---- 4 files changed, 16 deletions(-) diff --git a/content/en/docs/components/pipelines/legacy-v1/sdk/best-practices.md b/content/en/docs/components/pipelines/legacy-v1/sdk/best-practices.md index f430cd6efb..79ba86f065 100644 --- a/content/en/docs/components/pipelines/legacy-v1/sdk/best-practices.md +++ b/content/en/docs/components/pipelines/legacy-v1/sdk/best-practices.md @@ -4,10 +4,6 @@ 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 %}} This page describes some recommended practices for designing components. For an application of these best practices, see the diff --git a/content/en/docs/components/pipelines/legacy-v1/sdk/dsl-recursion.md b/content/en/docs/components/pipelines/legacy-v1/sdk/dsl-recursion.md index d87babd497..b9b8bf4cec 100644 --- a/content/en/docs/components/pipelines/legacy-v1/sdk/dsl-recursion.md +++ b/content/en/docs/components/pipelines/legacy-v1/sdk/dsl-recursion.md @@ -4,10 +4,6 @@ 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 %}} This page describes how to write recursive functions in the domain specific language (DSL) provided by the Kubeflow Pipelines SDK. diff --git a/content/en/docs/components/pipelines/legacy-v1/sdk/enviroment_variables.md b/content/en/docs/components/pipelines/legacy-v1/sdk/enviroment_variables.md index 9010e2b76f..dcaa3d4e01 100644 --- a/content/en/docs/components/pipelines/legacy-v1/sdk/enviroment_variables.md +++ b/content/en/docs/components/pipelines/legacy-v1/sdk/enviroment_variables.md @@ -4,10 +4,6 @@ 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 %}} This page describes how to pass environment variables to Kubeflow pipeline components. diff --git a/content/en/docs/components/pipelines/legacy-v1/sdk/manipulate-resources.md b/content/en/docs/components/pipelines/legacy-v1/sdk/manipulate-resources.md index 78378f37aa..0b6fc1725c 100644 --- a/content/en/docs/components/pipelines/legacy-v1/sdk/manipulate-resources.md +++ b/content/en/docs/components/pipelines/legacy-v1/sdk/manipulate-resources.md @@ -4,10 +4,6 @@ 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 %}} This page describes how to manipulate Kubernetes resources through individual Kubeflow Pipelines components during a pipeline.