Unable to setup agent-operator in kube

  • Kubernetes 1.24, Grafana cloud latest?

  • What are you trying to achieve?
    I am trying to setup agent-operator on kubernetes

  • How are you trying to achieve it?
    Following agent-operator setup instructions provided in Grafana kubernetes setup dashboard.

  • What happened?
    grafana-agent-integrations-ds is in CrashLoopBackoff state. Getting following error in the logs

│ name                                                                                                                                                                    │
│ grafana-agent ts=2023-02-07T09:39:39.294860434Z caller=node_exporter.go:60 level=info component=integrations integration=node_exporter instance=server:8080 collector=v ││ mstat                                                                                                                                                                   │
│ grafana-agent ts=2023-02-07T09:39:39.294883167Z caller=node_exporter.go:60 level=info component=integrations integration=node_exporter instance=server:8080 collector=x ││ fs                                                                                                                                                                      │
│ grafana-agent ts=2023-02-07T09:39:39.294899808Z caller=node_exporter.go:60 level=info component=integrations integration=node_exporter instance=server:8080 collector=z ││ fs                                                                                                                                                                      │
│ grafana-agent ts=2023-02-07T09:39:39.295628949Z caller=autoscrape.go:127 level=error component=autoscraper msg="cannot autoscrape integration" name=node_exporter/serve ││ r:8080 err="instance default/grafana-agent-metrics does not exist"                                                                                                      │
│ grafana-agent ts=2023-02-07T09:39:39.295673241Z caller=main.go:57 level=error msg="error creating the agent server entrypoint" err="configuring autoscraper failed: ins ││ tance default/grafana-agent-metrics does not exist"                                                                                                                     │
│ Stream closed EOF for default/grafana-agent-integrations-ds-klsh8 (grafana-agent)                                                                                       ││ config-reloader level=error ts=2023-02-07T09:40:42.209297894Z caller=runutil.go:101 msg="function failed. Retrying in next tick" err="trigger reload: reload request fa │
│ iled: Post \"http://127.0.0.1:8080/-/reload\": dial tcp 127.0.0.1:8080: connect: connection refused"                                                                    ││ config-reloader level=error ts=2023-02-07T09:40:47.209495937Z caller=runutil.go:101 msg="function failed. Retrying in next tick" err="trigger reload: reload request fa │
│ iled: Post \"http://127.0.0.1:8080/-/reload\": dial tcp 127.0.0.1:8080: connect: connection refused"                                                                    ││ config-reloader level=error ts=2023-02-07T09:40:52.206259881Z caller=runutil.go:101 msg="function failed. Retrying in next tick" err="trigger reload: reload request fa │
│ iled: Post \"http://127.0.0.1:8080/-/reload\": dial tcp 127.0.0.1:8080: connect: connection refused"                                                                    ││ config-reloader level=error ts=2023-02-07T09:40:57.207740553Z caller=runutil.go:101 msg="function failed. Retrying in next tick" err="trigger reload: reload request fa │
│ iled: Post \"http://127.0.0.1:8080/-/reload\": dial tcp 127.0.0.1:8080: connect: connection refused"
  • What did you expect to happen?
    Agent operator installed successfully and I should have been able to view it in kubernetes dashboard.

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    No data on dashboards

  • Did you follow any online instructions? If so, what is the URL?
    Grafana

I have the same issue, but only if I exclude the “Allow List” option from the resource deployment. If I include everything, this pod provisions and starts correctly.

I am getting this issue as well, but I have included everything in the resource deployment generator, including “Allow List”.

I am getting same issue @juzer did you manage to resolve the problem please ?

Unfortunately, No!

But upgrading to a paid subscription is worth a shot. The problem may be that agent operator exceeds 15k series.

Same problem here !
@juzer did that solve the problem ?