mirror of https://github.com/k3s-io/k3s
Merge pull request #42692 from timstclair/fluentd
Automatic merge from submit-queue (batch tested with PRs 42692, 42169, 42173) Bump fluentd-gcp to version 2.0.1 Fixes https://github.com/kubernetes/kubernetes/issues/42515pull/6/head
commit
25317ee826
|
@ -24,7 +24,7 @@ spec:
|
|||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-gcp
|
||||
image: gcr.io/google-containers/fluentd-gcp:2.0
|
||||
image: gcr.io/google-containers/fluentd-gcp:2.0.1
|
||||
# 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.
|
||||
|
|
|
@ -14,7 +14,7 @@ spec:
|
|||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:2.0
|
||||
image: gcr.io/google_containers/fluentd-gcp:2.0.1
|
||||
# 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.
|
||||
|
|
Loading…
Reference in New Issue