Skip to content

Commit a557c02

Browse files
authored
Merge pull request #57988 from mramendi/RHDEVDOCS-5060
RHDEVDOCS-5060: Pipelines: deprecation notes for cluster task function
2 parents bee2552 + 66d3ee6 commit a557c02

4 files changed

+23
-3
lines changed

cicd/pipelines/managing-nonversioned-and-versioned-cluster-tasks.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
As a cluster administrator, installing the {pipelines-title} Operator creates variants of each default cluster task known as _versioned cluster tasks_ (VCT) and _non-versioned cluster tasks_ (NVCT). For example, installing the {pipelines-title} Operator v1.7 creates a `buildah-1-7-0` VCT and a `buildah` NVCT.
9+
As a cluster administrator, installing the {pipelines-title} Operator creates variants of each default cluster task known as _versioned cluster tasks_ (VCT) and _non-versioned cluster tasks_ (NVCT). For example, installing the {pipelines-title} Operator v1.7 creates a `buildah-1-7-0` VCT and a `buildah` NVCT.
1010

11-
Both NVCT and VCT have the same metadata, behavior, and specifications, including `params`, `workspaces`, and `steps`. However, they behave differently when you disable them or upgrade the Operator.
11+
Both NVCT and VCT have the same metadata, behavior, and specifications, including `params`, `workspaces`, and `steps`. However, they behave differently when you disable them or upgrade the Operator.
12+
13+
[IMPORTANT]
14+
====
15+
In {pipelines-title} 1.10, cluster task functionality is deprecated and is planned to be removed in a future release.
16+
====
1217

1318
include::modules/op-differences-between-non-versioned-and-versioned-cluster-tasks.adoc[leveloffset=+1]
1419

1520
include::modules/op-advantages-and-disadvantages-of-non-versioned-and-versioned-cluster-tasks.adoc[leveloffset=+1]
1621

1722
include::modules/op-disabling-non-versioned-and-versioned-cluster-tasks.adoc[leveloffset=+1]
18-

modules/op-constructing-pipelines-using-pipeline-builder.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ In the *Developer* perspective of the console, you can use the *+Add* -> *Pipeli
1111

1212
* Configure pipelines using either the *Pipeline builder* or the *YAML view*.
1313
* Construct a pipeline flow using existing tasks and cluster tasks. When you install the OpenShift Pipelines Operator, it adds reusable pipeline cluster tasks to your cluster.
14+
15+
[IMPORTANT]
16+
====
17+
In {pipelines-title} 1.10, cluster task functionality is deprecated and is planned to be removed in a future release.
18+
====
19+
1420
* Specify the type of resources required for the pipeline run, and if required, add additional parameters to the pipeline.
1521
* Reference these pipeline resources in each of the tasks in the pipeline as input and output resources.
1622
* If required, reference any additional parameters added to the pipeline in the task. The parameters for a task are prepopulated based on the specifications of the task.

modules/op-creating-pipeline-tasks.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ git-clone 1 day ago
5555
s2i-python 1 day ago
5656
tkn 1 day ago
5757
----
58+
59+
[IMPORTANT]
60+
====
61+
In {pipelines-title} 1.10, cluster task functionality is deprecated and is planned to be removed in a future release.
62+
====

modules/op-tkn-clustertask-management.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
[id="op-tkn-clustertask-management-commands_{context}"]
66
= ClusterTask management commands
77

8+
[IMPORTANT]
9+
====
10+
In {pipelines-title} 1.10, ClusterTask functionality of the `tkn` command line utility is deprecated and is planned to be removed in a future release.
11+
====
12+
813
== clustertask
914
Manage ClusterTasks.
1015

0 commit comments

Comments
 (0)