mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Fix fluentd-gcp configuration to facilitate JSON parsing
This commit is contained in:
parent
6d1da16456
commit
b6a0e442ce
@ -314,7 +314,7 @@ data:
|
|||||||
|
|
||||||
# This filter is used to convert process start timestamp to integer
|
# This filter is used to convert process start timestamp to integer
|
||||||
# value for correct ingestion in the prometheus output plugin.
|
# value for correct ingestion in the prometheus output plugin.
|
||||||
<filter>
|
<filter process_start>
|
||||||
@type record_transformer
|
@type record_transformer
|
||||||
enable_ruby true
|
enable_ruby true
|
||||||
auto_typecast true
|
auto_typecast true
|
||||||
@ -415,7 +415,7 @@ data:
|
|||||||
</store>
|
</store>
|
||||||
</match>
|
</match>
|
||||||
metadata:
|
metadata:
|
||||||
name: fluentd-gcp-config-v1.0
|
name: fluentd-gcp-config-v1.1
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
labels:
|
||||||
addonmanager.kubernetes.io/mode: Reconcile
|
addonmanager.kubernetes.io/mode: Reconcile
|
||||||
|
@ -120,7 +120,7 @@ spec:
|
|||||||
path: /usr/lib64
|
path: /usr/lib64
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fluentd-gcp-config-v1.0
|
name: fluentd-gcp-config-v1.1
|
||||||
- name: ssl-certs
|
- name: ssl-certs
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/ssl/certs
|
path: /etc/ssl/certs
|
||||||
|
Loading…
Reference in New Issue
Block a user