-
Notifications
You must be signed in to change notification settings - Fork 107
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
Annotate deployed pods with version of component #223
Comments
👍 from me. |
kbld in theory already has this capability (it generates kbld.k14s.io/images annotation); however, we are not recording "source" tag information when generating .imgpkg/images.yml. so to address this we need:
im 👍 for this feature as well. |
I think this has already been requested: carvel-dev/imgpkg#124, although from the end user point of view, it would probably need to have some UX in the package CLI |
We can ignore |
👍🏻 from me for this feature. |
We created an issue for kbld and have prioritized it. Once that is completed and a release is published, kapp-controller will just need to update its kbld. |
This has been addressed in v0.25.0: https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.25.0 |
Describe the problem/challenge you have
When deploying packages with imgpkg bundles the tag of a container is replaced with sha256 in a deployed pod/deployement/daemonset. This is a challenge for serviceability when I need to figure out what tag of a container is deployed. It requires me look at the sha and comparing in registry and if I don't have access to registry then I have to expand the imgpkg bunde retrived from Package CR and look in .images.yml
Describe the solution you'd like
Add a kapp annotation with the tag of the container on the Pod/Deployment/Daemonset objects.
Anything else you would like to add:
It would be useful to have something like
imgpkg inspect
instead of me trying to do something likeimgpkg pull -b bundle -o /tmp/bundle && cat /tmp/bundle.imgpkg/images.yml
to inspect tags of containers.Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: