Update fluentd-gcp to 2.0.7

pull/6/head
Jeff Grafton 2017-06-19 15:43:29 -07:00
parent b43bb842ad
commit 4c7c865ff6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ spec:
hostNetwork: true
containers:
- name: fluentd-gcp
image: gcr.io/google-containers/fluentd-gcp:2.0.5
image: gcr.io/google-containers/fluentd-gcp:2.0.7
# 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.