File tree Expand file tree Collapse file tree
cluster/addons/fluentd-gcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -364,6 +364,8 @@ data:
364364 <match kubernetes.**>
365365 @type google_cloud
366366
367+ # Try to detect JSON formatted log entries.
368+ detect_json true
367369 # Collect metrics in Prometheus registry about plugin activity.
368370 enable_monitoring true
369371 monitoring_type prometheus
@@ -394,6 +396,7 @@ data:
394396 <match **>
395397 @type google_cloud
396398
399+ detect_json true
397400 enable_monitoring true
398401 monitoring_type prometheus
399402 detect_subservice false
@@ -408,7 +411,7 @@ data:
408411 num_threads 2
409412 </match>
410413metadata :
411- name : fluentd-gcp-config-v1.2.0
414+ name : fluentd-gcp-config-v1.2.2
412415 namespace : kube-system
413416 labels :
414417 addonmanager.kubernetes.io/mode : Reconcile
Original file line number Diff line number Diff line change 11apiVersion : extensions/v1beta1
22kind : DaemonSet
33metadata :
4- name : fluentd-gcp-v2.0
4+ name : fluentd-gcp-v2.0.9
55 namespace : kube-system
66 labels :
77 k8s-app : fluentd-gcp
88 kubernetes.io/cluster-service : " true"
99 addonmanager.kubernetes.io/mode : Reconcile
10- version : v2.0
10+ version : v2.0.9
1111spec :
1212 updateStrategy :
1313 type : RollingUpdate
1616 labels :
1717 k8s-app : fluentd-gcp
1818 kubernetes.io/cluster-service : " true"
19- version : v2.0
19+ version : v2.0.9
2020 # This annotation ensures that fluentd does not get evicted if the node
2121 # supports critical pod annotation based priority scheme.
2222 # Note that this does not guarantee admission on the nodes (#40573).
2727 hostNetwork : true
2828 containers :
2929 - name : fluentd-gcp
30- image : gcr.io/google-containers/fluentd-gcp:2.0.8
30+ image : gcr.io/google-containers/fluentd-gcp:2.0.9
3131 env :
3232 - name : FLUENTD_ARGS
3333 value : --no-supervisor -q
@@ -117,7 +117,7 @@ spec:
117117 path : /usr/lib64
118118 - name : config-volume
119119 configMap :
120- name : fluentd-gcp-config-v1.2.0
120+ name : fluentd-gcp-config-v1.2.2
121121 - name : ssl-certs
122122 hostPath :
123123 path : /etc/ssl/certs
You can’t perform that action at this time.
0 commit comments