-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Adds container name to taskrun.status.steps #1100
Conversation
Thanks for this! Seems reasonable to me! I'd like to get a review by another OWNER before we merge ( @abayer @dlorenc @vdemeester @imjasonh ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, thank you. I agree that using ContainerName
would be nicer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hrishin can you squash your commit ? 👼 🤗
/meow boxes
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. |
Recently while introducing some minor changes in steps status details, it broked some functionality across CLI, Dashboard and other projects integration. Maybe because those integration tries to extract some attributes related to the pod base on TaskRun.Status fields i.e extracting the container name from step's name for fetching the logs for TaskRun.Status.Steps. In order to fix the issue, thi patch adds container name in step's status. So that consumer of status api dont need figure internal details bsed on steps details. Fixes tektoncd#1027
Done @vdemeester 👍 Thank you!! all for the reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hrishin, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Recently while introducing some minor changes in steps status details, it broked some
functionality across CLI, Dashboard and other projects integration.
Maybe because those integration tries to extract some attributes related to the pod base on
TaskRun.Status fields i.e extracting the container name from step's name for
fetching the logs for TaskRun.Status.Steps.
In order to fix the issue, this patch adds container name in step's status. So that
consumer of status API dont need figure internal details based on steps details.
Fixes #1027
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Double check this list of stuff that's easy to miss:
cmd
dir, please updatethe release Task and TaskRun to build and release this image
Release Notes