-
Notifications
You must be signed in to change notification settings - Fork 165
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
Images and headers flags for run command #55
Conversation
Notice the This because of the way travis pulls the PR branch. Ie.,
|
The CI fail was due to the fact that LDFLAGS can't change a constant, I pushed a fix. @leodido |
Signed-off-by: Leonardo Di Donato <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]> Co-Authored-By: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
Signed-off-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Lorenzo Fontana <[email protected]>
…flags Signed-off-by: Lorenzo Fontana <[email protected]>
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
Signed-off-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Lorenzo Fontana <[email protected]>
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
Closes #53
Regards #48 too (probably needs to be rebased on top of this or the master if this will be merged, to continue to work on).
This PR introduces the following flags for the run command and behavior:
--imagename
(defaulting to "quay.io/fntlnz/kubectl-trace-bpftrace:latest")--init-imagename
(defaulting to "quay.io/dalehamel/kubectl-trace-init")--fetch-headers
(defaulting to false)Notice that defaults will be changed when we'll have "official" default images.
Furthermore this PR removes from version command the info about the tracerunner image in use since it is not related to the version of kubectl-trace imho.