Merge pull request #47610 from ixdy/revert-fluentd-2.0.6

Revert "Update fluentd-gcp to 2.0.6"
pull/6/head
Dawn Chen 2017-06-15 13:22:39 -07:00 committed by GitHub
commit e08dfeb739
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.6
image: gcr.io/google-containers/fluentd-gcp:2.0.5
# 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.