-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
Hi,
The latest krew release of kubectl-trace uses the v0.1.2 tag. This version has some inconsistencies:
- In the Makefile, bpftrace version is set to
v0.11.1whereas in the Dockerfile it is set tov0.13.0which is overridden by the Makefile variable.
Line 29 in fd68b1c
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
- 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 🙇🏼♂️.
Metadata
Metadata
Assignees
Labels
No labels