Fix fluentd-gcp configuration to handle different timezones on the node

This commit is contained in:
Mik Vyatskov
2017-01-24 11:53:15 +01:00
parent 0fac54e65e
commit 7b194d496f
4 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.34
image: gcr.io/google_containers/fluentd-gcp:1.35
# If fluentd consumes its own logs, the following situation may happen:
# fluentd fails to send a chunk to the server => writes it to the log =>
# tries to send this message to the server => fails to send a chunk and so on.