Skip to content

Commit 32dba1a

Browse files
acornett21Allda
authored andcommitted
removing kind mentioned in README.md
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 2eeb31d commit 32dba1a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff 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-
8261
A subset of tasks in the pipeline requires privilege escalation which is no
8362
longer supported with OpenShift Pipelines 1.9. Thus a new `SCC` needs to be
8463
created and linked with `pipeline` service account. Creating

0 commit comments

Comments
 (0)