loggie-io / loggie

A lightweight, cloud-native data transfer agent and aggregator
https://loggie-io.github.io/docs-en/
Apache License 2.0
1.26k stars 165 forks source link

loggie 无法收集kube-event信息 #388

Closed Michael754267513 closed 2 years ago

Michael754267513 commented 2 years ago

Ask your question here:

版本:loggie-v1.3.0-rc.0 采用inclusterconfig 读取配置文件

配置如下


apiVersion: loggie.io/v1beta1 kind: Interceptor metadata: name: jsondecode spec: interceptors: |

无法收集kube-event信息

ethfoo commented 2 years ago

Loggie本身的日志看下? 或者先尝试去掉interceptor,使用sink dev来排查一下? 也可以加微信群讨论:https://loggie-io.github.io/docs/getting-started/overview/#_3

Michael754267513 commented 2 years ago

已加,正在沟通解决问题。

Michael754267513 commented 2 years ago

aggregator: enabled: true

问题解决,在helm文件里面,开启聚合,会以sts的形式部署, 不开启,还是会以ds的形式部署,无法在kube-system看到lease,测试版本1.3

Michael754267513 commented 2 years ago

感谢 @ethfoo 耐心指导