elastic/beats-docker

filebeat run on k8s in ds , error: line 8: exec: filebeat: not found

yubobo opened this issue · 4 comments

filebeat run on k8s in ds , using the yaml file:
https://raw.githubusercontent.com/elastic/beats/6.4/deploy/kubernetes/filebeat-kubernetes.yaml

but error:
/usr/local/bin/docker-entrypoint: line 8: exec: filebeat: not found

test enough before release?

Hi @yubobo, I just tested this again and it's working for me, could you please detail the exact steps you followed?

jarpy commented

These tests make sure that the binary is present, runnable, has the correct capabilities, and so on.

Edit: And these ones test the logic in the entrypoint.

jarpy commented

Closing due to inactivity. Please feel free to re-open if it's still reproducible.