siamaksade / tekton-cd-demo

CI/CD demo with Tekton on OpenShift
62 stars 93 forks source link

Running demo.sh install returns error #2

Closed christianh814 closed 4 years ago

christianh814 commented 4 years ago

When running demo.sh install it returns the following error...

Deploying pipeline and tasks to demo-cicd namespaceconfigmap/maven-settings created
unable to recognize "tasks/mvn-task.yaml": no matches for kind "Task" in version "tekton.dev/v1alpha1"
unable to recognize "tasks/oc-task.yaml": no matches for kind "Task" in version "tekton.dev/v1alpha1"
unable to recognize "tasks/sonar-task.yaml": no matches for kind "Task" in version "tekton.dev/v1alpha1"
siamaksade commented 4 years ago

The Pipelines Operator is not installed correctly hence the Task CRs are not recognized. Something perhaps gone wrong during upgrade