From 766e689e9d5739ae165461f5c00ccc77ed0a0f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Bancel?= Date: Wed, 29 May 2019 15:45:05 -0700 Subject: [PATCH] Small nit for naming consistency --- config/monitoring/logging/elasticsearch/200-fluentd.yaml | 4 ++-- config/monitoring/logging/stackdriver/200-fluentd.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/monitoring/logging/elasticsearch/200-fluentd.yaml b/config/monitoring/logging/elasticsearch/200-fluentd.yaml index 27624790c68d..12d305450040 100644 --- a/config/monitoring/logging/elasticsearch/200-fluentd.yaml +++ b/config/monitoring/logging/elasticsearch/200-fluentd.yaml @@ -138,7 +138,7 @@ spec: - name: varlibdockercontainers mountPath: /var/lib/docker/containers readOnly: true - - name: varlibkubeletpodsvolumes + - name: varlibkubeletpods mountPath: /var/lib/kubelet/pods readOnly: true - name: libsystemddir @@ -162,7 +162,7 @@ spec: hostPath: path: /var/lib/docker/containers # It is needed because user-container's /var/log is located in /var/lib/kubelet/pods/*/volumes/ - - name: varlibkubeletpodsvolumes + - name: varlibkubeletpods hostPath: path: /var/lib/kubelet/pods # It is needed to copy systemd library to decompress journals diff --git a/config/monitoring/logging/stackdriver/200-fluentd.yaml b/config/monitoring/logging/stackdriver/200-fluentd.yaml index 27624790c68d..12d305450040 100644 --- a/config/monitoring/logging/stackdriver/200-fluentd.yaml +++ b/config/monitoring/logging/stackdriver/200-fluentd.yaml @@ -138,7 +138,7 @@ spec: - name: varlibdockercontainers mountPath: /var/lib/docker/containers readOnly: true - - name: varlibkubeletpodsvolumes + - name: varlibkubeletpods mountPath: /var/lib/kubelet/pods readOnly: true - name: libsystemddir @@ -162,7 +162,7 @@ spec: hostPath: path: /var/lib/docker/containers # It is needed because user-container's /var/log is located in /var/lib/kubelet/pods/*/volumes/ - - name: varlibkubeletpodsvolumes + - name: varlibkubeletpods hostPath: path: /var/lib/kubelet/pods # It is needed to copy systemd library to decompress journals