openshift / pipelines-tutorial

A step-by-step tutorial showing OpenShift Pipelines
Apache License 2.0
298 stars 621 forks source link

Error from server (NotFound): deployments.apps "vote-ui" not found #85

Closed danieloh30 closed 4 years ago

danieloh30 commented 4 years ago

When I run the pipeline along with the instruction, I got this error.

I0727 21:54:00.303203 11 request.go:621] Throttling request took 1.186453224s, request: GET:https://172.30.0.1:443/apis/snapshot.storage.k8s.io/v1beta1?timeout=32s Error from server (NotFound): deployments.apps "vote-ui" not found

I created the resources as below but I can't find where the pipeline refers to "vote-ui" as deployment.apps resource. $ tkn resource list NAME TYPE DETAILS api-repo git url: http://github.com/openshift-pipelines/vote-api.git ui-repo git url: http://github.com/openshift-pipelines/vote-ui.git api-image image url: image-registry.openshift-image-registry.svc:5000/user1-cloudnative-pipeline/vote-api:latest ui-image image url: image-registry.openshift-image-registry.svc:5000/user1-cloudnative-pipeline/vote-ui:latest