Skip to content

Commit

Permalink
Removed outdated warning from pipelines pages
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro committed Jun 24, 2024
1 parent b622672 commit acf048d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit acf048d

Please sign in to comment.