You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1139,7 +1152,7 @@ For example, a custom task might execute some operation outside of the cluster a
1139
1152
1140
1153
A PipelineRun starts a custom task by creating a [`Run`](https://github.com/tektoncd/pipeline/blob/main/docs/runs.md) instead of a `TaskRun`.
1141
1154
In order for a custom task to execute, there must be a custom task controller running on the cluster
1142
-
that is responsible for watching and updating `Run`s which reference their type.
1155
+
that is responsible for watching and updating `Run`s which reference their type.
1143
1156
If no such controller is running, those `Run`s will never complete and Pipelines using them will time out.
1144
1157
1145
1158
Custom tasks are an **_experimental alpha feature_** and should be expected to change
0 commit comments