meteatamel / knative-tutorial

A collection of samples for Knative Serving, Knative Eventing and Knative-GCP projects.
Apache License 2.0
482 stars 131 forks source link

Knative trigger status not ready due to TopicReady unknown #84

Closed Uvindu96 closed 3 years ago

Uvindu96 commented 3 years ago

Recently I'm trying out the Knative sample https://github.com/meteatamel/knative-tutorial/blob/master/docs/image-processing-pipeline.md, I have created trigger with the default broker(MTChannelBasedBroker), that you mentioned in the steps. also, i have installed the Google Cloud Pub/Sub Channel in the same namespace. But I'm getting the following error from the filter trigger only other triggers are fine and they are in ready status. Screenshot from 2020-12-21 21-56-10

Knative version - v18.0

Uvindu96 commented 3 years ago

@meteatamel any idea on this?

meteatamel commented 3 years ago

Not sure. Does this work? https://github.com/meteatamel/knative-tutorial/blob/master/docs/storageeventing.md

Uvindu96 commented 3 years ago

@meteatamel Thank you for the response, yes I tried that sample also, I got the same issue with the trigger, looks like the trigger is not getting ready due to the same reason, I'm trying out in Knative v18

Screenshot from 2020-12-28 19-51-55

Uvindu96 commented 3 years ago

I think this issue is similar to this https://github.com/google/knative-gcp/issues/1583

meteatamel commented 3 years ago

I'm not sure what the problem might be. I tested this sample with Knative v0.19.0 and my instructions and it worked fine. Maybe start with a fresh cluster and Knative v0.19.0?

Uvindu96 commented 3 years ago

@meteatamel finally it worked, I used the setup config file (https://github.com/meteatamel/knative-tutorial/tree/master/setup) you used to setup Knative, Actually, It was easy to use that config file it helped me a lot, Thank you for pay attention to this matter..!

meteatamel commented 3 years ago

Good to know that it worked. Closing the issue then.