-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cli: Added parameter to print used images #37390
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
cli: Added parameter to print used images #37390
Conversation
Nice work!
I think the problem is that the artifacts are printed to stdout using This won't be captured by the buffer set on
I'd probably change the image definitions to be stored in a slice or map in |
a50f4e3
to
37527c0
Compare
Rebased to main |
bf10563
to
5aab7b2
Compare
5aab7b2
to
aff456d
Compare
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
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.
Thanks Philip!
aff456d
to
9800799
Compare
Rebased to main and resolved conflicts. Thanks for approving, everyone! 🙏 |
Added `--print-image-artifacts` for the cilium connectivity test|perf subcommands so it's easier to know which image dependencies there are. This is especially helpful when running the CLI tests in an air-happed environment. Signed-off-by: Philip Schmid <phisch@cisco.com>
9800799
to
cf802c4
Compare
/test |
Added
--print-image-artifacts
for the cilium connectivity test|perf subcommands so it's easier to know which image dependencies there are. This is especially helpful when running the CLI tests in an air-happed environment.ToDos:
buf.String()
always seems empty.Manual testing:
cc @tklauser