-
Notifications
You must be signed in to change notification settings - Fork 250
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
Crashing running "tkn pipeline logs --follow" #1080
Comments
closing: Tried with few example pipelines and was not able to reproduce, |
/close |
@pradeepitm12: 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. |
Thanks for traxking this @pradeepitm12 i could nto reproduce either... |
I see this panic second time recently. It appeared I think after upgrading Tekton Pipelines recently.
tkn CLI v0.30.0, now upgrading to latest and will be observing 🙂 |
Now I got it from my computer also:
It occurrs mostly at the end of the pipeline I see. EDIT: It occurs on older version v0.30.0, I bumped also there to v0.31.1 with a hope that #2048 will resolve it. |
Versions and Operating System
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}'
Operating System:
Expected Behavior
working
Actual Behavior
/kind bug
Steps to Reproduce the Problem
tkn p logs pipeline --follow
perhaps this only occurs on my env and it's a random env error but we need to test if we can reproduce it first...
Additional Info
Latest version from trunk compiled as of the time this bug reported
The text was updated successfully, but these errors were encountered: