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
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
oc -n kabanero delete pipelinerun java-microprofile-manual-pipeline-run
Error from server (NotFound): pipelineruns.tekton.dev "java-microprofile-manual-pipeline-run" not found
true
oc -n kabanero delete pipelineresource docker-image git-source
Error from server (NotFound): pipelineresources.tekton.dev "docker-image" not found
Error from server (NotFound): pipelineresources.tekton.dev "git-source" not found
true
cat
oc -n kabanero apply -f -
pipelineresource.tekton.dev/docker-image created
pipelineresource.tekton.dev/git-source created
cat
oc -n kabanero apply -f -
Error from server (BadRequest): error when creating "STDIN": admission webhook "webhook.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "serviceAccount"
The text was updated successfully, but these errors were encountered:
Using the directions in the "try-it" section of the website fails. Need to fix the scripts.
[root@mcocp1-inf ~]# git clone https://github.com/kabanero-io/kabanero-foundation.git
Cloning into 'kabanero-foundation'...
remote: Enumerating objects: 57, done.
remote: Counting objects: 100% (57/57), done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 504 (delta 28), reused 21 (delta 5), pack-reused 447
Receiving objects: 100% (504/504), 214.83 KiB | 0 bytes/s, done.
Resolving deltas: 100% (291/291), done.
[root@mcocp1-inf ~]# cd kabanero-foundation/scripts
[root@mcocp1-inf scripts]# oc apply -f pv.yaml
persistentvolume/appsody-manual-pipeline-run-pvc created
[root@mcocp1-inf scripts]# APP_REPO=https://github.com/dacleyra/appsody-hello-world/ ./example-tekton-pipeline-run.sh
Error from server (NotFound): pipelineruns.tekton.dev "java-microprofile-manual-pipeline-run" not found
Error from server (NotFound): pipelineresources.tekton.dev "docker-image" not found
Error from server (NotFound): pipelineresources.tekton.dev "git-source" not found
pipelineresource.tekton.dev/docker-image created
pipelineresource.tekton.dev/git-source created
Error from server (BadRequest): error when creating "STDIN": admission webhook "webhook.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "serviceAccount"
The text was updated successfully, but these errors were encountered: