File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -58,27 +58,6 @@ tkn pipeline start operator-ci-pipeline \
5858 --showlog
5959```
6060
61- If using an kind cluster with registry, the CI pipeline can be triggered using
62- the tkn CLI like so:
63- > Warning: This mode is currently in development and it might not work yet.
64-
65- > Note: kind cluster with registry setup is documented [ here] ( docs/kind-cluster.md#kind-cluster-setup )
66-
67- ``` bash
68- tkn pipeline start operator-ci-pipeline \
69- --use-param-defaults \
70- --param git_repo_url=https://github.com/redhat-openshift-ecosystem/operator-pipelines-test.git \
71- --param git_branch=main \
72- --param bundle_path=operators/kogito-operator/1.6.0-ok \
73- --param env=prod \
74- --param gitInitImage=quay.io/operator_testing/pipelines-git-init-rhel8:latest \
75- --param builder_image=quay.io/operator_testing/buildah:latest \
76- --param registry=$( hostname) :5000 \
77- --workspace name=pipeline,volumeClaimTemplateFile=templates/workspace-template.yml \
78- --workspace name=registry-cacert,config=registry-ca-cert
79- --showlog
80- ```
81-
8261A subset of tasks in the pipeline requires privilege escalation which is no
8362longer supported with OpenShift Pipelines 1.9. Thus a new ` SCC ` needs to be
8463created and linked with ` pipeline ` service account. Creating
You can’t perform that action at this time.
0 commit comments