Skip to content

Commit d152382

Browse files
committed
Added a note as part of BZ-1846689
1 parent f6657d5 commit d152382

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

modules/op-creating-pipeline-tasks.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ update-deployment 48 seconds ago
3131

3232
. Use the `tkn clustertasks list` command to list the Operator-installed additional ClusterTasks, for example --`buildah` and `s2i-python-3`:
3333
+
34+
[NOTE]
35+
====
36+
You must use a privileged Pod container to run the `buildah` ClusterTask because it requires a privileged security context. To learn more about Security Context Constraints (SCC) for Pods, see the Additional resources section.
37+
====
38+
+
3439
----
3540
$ tkn clustertasks list
3641
----

pipelines/creating-applications-with-cicd-pipelines.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ include::modules/op-triggering-a-pipelinerun.adoc[leveloffset=+1]
5858
.Additional resources
5959

6060
* For more details on pipelines in the *Developer* perspective, see the xref:../pipelines/working-with-pipelines-using-the-developer-perspective.adoc#working-with-pipelines-using-the-developer-perspective[working with Pipelines in the *Developer* perspective] section.
61+
* To learn more about Security Context Constraints (SCCs), see xref:../authentication/managing-security-context-constraints.adoc#managing-pod-security-policies[Managing Security Context Constraints] section.
6162
* For more examples of reusable Tasks, see the link:https://github.com/openshift/pipelines-catalog[OpenShift Catalog] repository. Additionally, you can also see the Tekton Catalog in the Tekton project.

0 commit comments

Comments
 (0)