Browse Source

remove support of other CRI runtimes than Docker in the efk stack

pull/2763/head
Arnaud Meukam 7 years ago
parent
commit
65f14f636d
1 changed files with 11 additions and 11 deletions
  1. 22
      roles/kubernetes-apps/efk/fluentd/templates/fluentd-config.yml.j2

22
roles/kubernetes-apps/efk/fluentd/templates/fluentd-config.yml.j2

@ -334,17 +334,17 @@ data:
tag docker
</source>
<source>
@id journald-container-runtime
@type systemd
filters [{ "_SYSTEMD_UNIT": "{{ container_runtime }}.service" }]
<storage>
@type local
persistent true
</storage>
read_from_head true
tag container-runtime
</source>
# <source>
# @id journald-container-runtime
# @type systemd
# filters [{ "_SYSTEMD_UNIT": "{% raw %}{{ container_runtime }} {% endraw %}.service" }]
# <storage>
# @type local
# persistent true
# </storage>
# read_from_head true
# tag container-runtime
# </source>
<source>
@id journald-kubelet

Loading…
Cancel
Save