mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2026-01-10 17:31:26 +00:00
This adds a custom fluentd-kubernetes-daemonset image with the systemd plugin for consuming logs for things like the kubelet and docker directly from systemd. This uses version 1.4.2 of the image as the base Change-Id: Icfad220fa7c243eab45cf5ece4244f75200a0812
4 lines
131 B
Docker
4 lines
131 B
Docker
FROM docker.io/fluent/fluentd-kubernetes-daemonset:v1.4.2-debian-elasticsearch-1.0
|
|
|
|
RUN gem install fluent-plugin-systemd -v 1.0.1
|