Add a "kapp images list" command.
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the problem/challenge you have**
Want an easy way of being able to list all images used by an application deployment and what top most resource they were specified in, eg., Deployment, DaemonSet, StatefulSet, or if no owner they are created from, then the Pod.
**Describe the solution you'd like**
Would like to be able to say:
```
kapp images list -a example
```
**Anything else you would like to add:**
There are already commands for:
```
kapp config-map list -a example
kapp service-account list -a example
```
This would fit in with how these are possible and have similar sort of result.
The command to list images would be useful when trying to verify the the outcome of image rewrites due to using kbld to map to hash, or when doing image relocation via imgpkg.
---
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.
cc @jorgemoralespou
Contributor guide
Assessment
This issue has not been assessed yet.