Skip to content
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

Add build timestamp to Image status #339

Open
mailprak opened this issue Aug 15, 2023 · 2 comments
Open

Add build timestamp to Image status #339

mailprak opened this issue Aug 15, 2023 · 2 comments

Comments

@mailprak
Copy link
Contributor

mailprak commented Aug 15, 2023

The kp image list currently shows :

kp image list -n
NAME READY LATEST REASON LATEST IMAGE NAMESPACE

Can the TIMESTAMP also be added as a field as below :
NAME READY LATEST REASON LATEST IMAGE NAMESPACE TIMESTAMP

Reason :
For troubleshooting :
Information on when the build of the Image happened.
The timestamp information can be correlated with when a rebase/rebuild of a image was triggered or re-triggered.

@chenbh
Copy link
Contributor

chenbh commented Aug 16, 2023

This could work, but it'll require a change on the kpack controller's side. The build reconciler would need to update the ImageStatus to include the latest build start timestamp.

@chenbh
Copy link
Contributor

chenbh commented Aug 16, 2023

We don't have any plans to work on this atm, but will welcome and PRs for the changes on both the controller and CLI side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants