Skip to content
Discussion options

You must be logged in to vote

fwiw, this is expected with the default/distroless image.

The generated agent manifest uses timberio/vector:0.55.0-distroless-libc, and that image does not include shell/coreutils. I ran the same image with a tiny file sink config: Vector started and wrote to /tmp/vector-recheck.log, and exec /usr/bin/vector --version worked, but exec ls /tmp failed with exec: "ls": executable file not found in $PATH. /bin/ls and sh are missing too.

I also tried the same config on timberio/vector:0.55.0-alpine; there ls /tmp works.

So for quick debugging, temporarily use the Alpine image tag. For the file sink itself, I'd avoid relying on the container's private /tmp long-term. Mount a volume for that pat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: kubernetes Anything `kubernetes` platform related
2 participants