Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

manual pipeline run per directions on Kabanero.io websites fail #141

Open
ralanlittle opened this issue Mar 2, 2020 · 0 comments
Open
Assignees

Comments

@ralanlittle
Copy link
Contributor

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

  • DOCKER_IMAGE=image-registry.openshift-image-registry.svc:5000/kabanero/java-microprofile
  • APP_REPO=https://github.com/dacleyra/appsody-hello-world/
  • namespace=kabanero
  • 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"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants