-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud events not working in getting started docs #959
Comments
@pollard93 Pipeline version v0.21.1 had a bug resolved here: tektoncd/pipeline#3761 where cloudevent forwarding was not compatible with Kubernetes 1.20. Can you try to reproduce this issue with the latest released versions of pipeline and triggers? |
you can see that PR was released in v0.22.0: https://github.com/tektoncd/pipeline/releases/tag/v0.22.0 |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
Cloud events should be received by
event-display
pod in getting started docs.Actual Behavior
Cloud events are not received by
event-display
pod.I have tested that the dns is correct for the service as well as sent test requests to the service which is logged by the pod. So I can only assume that the events are not being sent.
I'm also a little confused by the docs regarding cloud events, i'm not sure if is required, but I have tried adding the service dns to
config-defaults
->default-cloud-events-sink
which does not seem to have an effect.Steps to Reproduce the Problem
kubectl -n getting-started logs -f pod/event-display
does not receive anything during the pipeline lifecycle.Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: