elastic / beats-docker

Official Beats Docker images
166 stars 55 forks source link

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

Closed yubobo closed 6 years ago

yubobo commented 6 years ago

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

yubobo commented 6 years ago

test enough before release?

exekias commented 6 years ago

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

jarpy commented 6 years ago

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 6 years ago

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