-
Notifications
You must be signed in to change notification settings - Fork 135
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
crash on startup #1243
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
Thanks for reporting the issue! We fixed a couple of nil-pointer dereferences in v0.23.0:
This seems like one of those. |
NOTE: The issue seems to manifest in different way. One of them is if a TaskRun does not contain a |
ralphbean
added a commit
to ralphbean/chains
that referenced
this issue
Nov 13, 2024
Is this scenario possible? Signed-off-by: Ralph Bean <rbean@redhat.com>
6 tasks
Taking another stab at this in: |
Fixed |
Ok to close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Chains should startup normally and remain running
Actual Behavior
Chains controller keeps crashing due to:
Additional Info
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: