-
Notifications
You must be signed in to change notification settings - Fork 130
Version field for kapp app annotations #1036
Copy link
Copy link
Open
Labels
discussionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionenhancementThis issue is a feature requestThis issue is a feature request
Metadata
Metadata
Assignees
Labels
discussionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionThis issue is not a bug or feature and a conversation is needed to find an appropriate resolutionenhancementThis issue is a feature requestThis issue is a feature request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
To Triage
Describe the problem/challenge you have
kapp's app deployments track the app's name, but do not record any version for the deployment to show inkapp listetc.While it is possible to use
ytt,kustomize'scommonAnnotationsetc to inject akubernetes.io/versionannotation into deployed resources,kappdoesn't know to look for it, and no version can be shown inkapp list. It would be immensely useful ifkapp listprovided an at-a-glance view of deployed component versions.See fluxcd's
flux get kustomization, Helm'shelm listfor other tools that present at-a-glance component version information.Describe the solution you'd like
It would be very helpful if
kapp deploytook an optional application version flag, which could also be injected as a kapp config stanza. This version would appear inkapp list.kapp config could also be added that propagates the supplied version to
kubernetes.io/versionannotations on all components kapp is deploying. This should probably be off by default for compatibility reasons.Anything else you would like to add:
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.