kabanero-io / docs

Kabanero documentation. This repo will be archived soon.
https://kabanero.io/docs/
Apache License 2.0
7 stars 30 forks source link

Tekton sample fails to deploy #45

Closed jagraj closed 4 years ago

jagraj commented 5 years ago

I tried to install Tekton sample through scripts and it failed to deploy. Here is the message that I get.

Pipeline kabanero/appsody-build-pipeline can't be found:pipeline.tekton.dev "appsody-build-pipeline" not found

Screen Shot 2019-08-13 at 2 35 24 PM

mtamboli commented 5 years ago

I am seeing the same issue.Not sure how to debug it further.

alohr51 commented 5 years ago

@dacleyra FYI I assume this is about the scripts in https://github.com/kabanero-io/docs/tree/master/ref/scripts

dacleyra commented 5 years ago

The sample was run too quickly after install, the collection containing the pipeline is not resolved by the kabanero operator yet. Sample needs a wait check loop.

dacleyra commented 5 years ago

Sample is updated for 0.1.0 release, and now resides in this repository. https://github.com/kabanero-io/kabanero-foundation/tree/master/scripts

Please give it a try

alohr51 commented 5 years ago

@jagraj were you able to get past this issue with the updated sample?

marikaj123 commented 4 years ago

@alohr51 - Is it an issue valid that needs to be addressed for this release.

alohr51 commented 4 years ago

doesn't seem like we got an update, I would assume Dans update above fixes it.

dacleyra commented 4 years ago

AFAIK, this is resolved, as others were able to successfully execute the scenario.

jagraj commented 4 years ago

Thanks Dan for closing, Our team is not testing with Kabanero stack. we are going to start testing for our next release for Eclipse Che support.