mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
remove support of other CRI runtimes than Docker in the efk stack
This commit is contained in:
@@ -334,17 +334,17 @@ data:
|
|||||||
tag docker
|
tag docker
|
||||||
</source>
|
</source>
|
||||||
|
|
||||||
<source>
|
# <source>
|
||||||
@id journald-container-runtime
|
# @id journald-container-runtime
|
||||||
@type systemd
|
# @type systemd
|
||||||
filters [{ "_SYSTEMD_UNIT": "{{ container_runtime }}.service" }]
|
# filters [{ "_SYSTEMD_UNIT": "{% raw %}{{ container_runtime }} {% endraw %}.service" }]
|
||||||
<storage>
|
# <storage>
|
||||||
@type local
|
# @type local
|
||||||
persistent true
|
# persistent true
|
||||||
</storage>
|
# </storage>
|
||||||
read_from_head true
|
# read_from_head true
|
||||||
tag container-runtime
|
# tag container-runtime
|
||||||
</source>
|
# </source>
|
||||||
|
|
||||||
<source>
|
<source>
|
||||||
@id journald-kubelet
|
@id journald-kubelet
|
||||||
|
|||||||
Reference in New Issue
Block a user