Closed sed-i closed 2 years ago
Browsing Docker Hub, it seems to me the flog container contains just a static go file (flog itself). Since that container does not have a shell, that may be the reason why we do not manage to tun promtail inside of it via LogProxy. Also, since the promtail we use is (very unfortunately, see #107) not statically compiled, it needs a compatible libc shared library to be in the container, and flog’s container does not have that.
Bug Description
When I relate flog to Loki (via LogProxy),
but the pebble plan is there
and promtail is running:
However, nothing reaches loki:
To Reproduce
juju deploy ./flog-k8s_ubuntu-20.04-amd64.charm flog --resource workload-image=mingrammer/flog
juju deploy --channel=edge loki-k8s loki
juju relate loki flog
Environment
Relevant log output
Additional context
No response