Hello Team,
I installed Loki by helm chart: Helm | Grafana Labs
It works fine, I can see logs in Grafana for my pods etc.
Then I installed Gitlab Runner (kubernetes exectutor) to my cluster: The Kubernetes executor | GitLab
Kubernetes exec. contains the main pod called Runner which creates more pods to run CI jobs concurently.
The thing is I’m able to see Runner’s logs (gitlab-runner-gitlab-runner-65c554859c-9hdwl), but not able to see anything from CI pods (runner-gfqp7sqq-project-22859791-concurrent-1qvxq8) – there are not data that Loki can reflect by pod label although pod label exists.