Fluentd-elasticsearch pod 重启次数过多。有些pod没有这个问题。我的猜测是 Fluentd 由于某些缓冲区问题而重新启动。
当我查看事件日志时,它说
Container fluentd-elasticsearch failed liveness probe, will be restarted
在容器重新启动之前,它会生成一些日志,但我不知道哪里出了问题。
日志:https://gist.github.com/eli-halych/a2ea69f708a83e07e907f79858941ba4#file-fluentd-elasticsearch-log
另一个观察结果是 pod 的 2 个副本正在成功运行。只有一个副本有这个问题并且重启了很多次。
Fluentd 设置 YAML:https://gist.github.com/eli-halych/a2ea69f708a83e07e907f79858941ba4#file-fluentd-setup-yaml
使用的头盔图:https://github.com/kokuwaio/helm-charts/tree/main/charts/fluentd-elasticsearch
Fluentd 版本:3.1.0
Elasticsearch 版本:7.11.1