Skip to content
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

New release needed to keep Krew up to date #189

Open
sterchelen opened this issue Jun 22, 2022 · 0 comments
Open

New release needed to keep Krew up to date #189

sterchelen opened this issue Jun 22, 2022 · 0 comments

Comments

@sterchelen
Copy link

Hi,
The latest krew release of kubectl-trace uses the v0.1.2 tag. This version has some inconsistencies:

  1. In the Makefile, bpftrace version is set to v0.11.1 whereas in the Dockerfile it is set to v0.13.0 which is overridden by the Makefile variable.
    BPFTRACEVERSION ?= "v0.11.1"

    ARG bpftraceversion=v0.13.0

    Also the new version of bpftrace helps to fix this error
/bpftrace/include/clang_workarounds.h:14:10: fatal error: 'linux/types.h' file not found  
  1. The image name set for the run traces still uses the old one kubectl-trace-bpftrace (new image name introduced in b41eb65)
    --imagename string Custom image for the tracerunner (default "quay.io/iovisor/kubectl-trace-bpftrace:fd68b1c1bf614a7213c9834673eb8813c809b036")

Thx 🙇🏼‍♂️.

@sterchelen sterchelen changed the title New release is needed for Krew New release needed to keep Krew up to date Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant