Add rule for detecting exceptions to fluentd config for GKE logging.

Bump version of gcp-fluentd container to 1.34
This commit is contained in:
thomasschickinger
2017-01-10 09:06:09 +01:00
committed by Thomas Schickinger
parent ac857a5ade
commit 42fbf93fb0
5 changed files with 19 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.33
image: gcr.io/google_containers/fluentd-gcp:1.34
# 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.