You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using promtail to agregate my kubernetes cluster logs, but it's not being easy.
I'm using DaemonSet method, but every time I run my daemon, promtail starts scrapping one pod, and one pod only and it's always a different one every time.
Hello everyone,
I'm using promtail to agregate my kubernetes cluster logs, but it's not being easy.
I'm using DaemonSet method, but every time I run my daemon, promtail starts scrapping one pod, and one pod only and it's always a different one every time.
Can somebody help me?
There are my promtail configs:
There are some logs of my daemonset:
RUN TIME #1
RUN TIME #2
RUN TIME #3
As you can see, it's always one pod different. Do I have to use a loop in somewhere to add all pods? Or are my promtail's configs wrong?
Thanks for your help
The text was updated successfully, but these errors were encountered: