Revert "Update fluentd-gcp to 2.0.6"

This reverts commit 0bcc271b28.
This commit is contained in:
Jeff Grafton 2017-06-15 11:46:17 -07:00
parent 88add574fd
commit 641f8c1f29

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.