agent-operator: doesn't provide information on why it's not doing anything #3363
Labels
enhancement
New feature or request
operator
Grafana Agent Operator related
variant/operator
Related to Grafana Agent Static Operator.
Hey, I haven't seen anyone else have this problem so I imagine I must be doing something obviously wrong. I've been really struggling to debug the problem, so thought this might be helpful to raise regardless as it may be a good opportunity to introduce better logging and feedback for errors or misconfiguration.
I've deployed
grafana-agent-operator
and it just doesn't seem to do anything with custom resources likeGrafanaAgent
orLogsInstance
. I'm under the impression the operator should be creating a deployment or daemonset for the agent at the very least.There are no pods or anything. Describing the resource shows nothing at all.
The logs from the operator also don't really help, even with
--log.level=debug
.I'd appreciate any help. If it's helpful, this is the deployment for the operator. The CRDs and cluster roles are also in the same directory.
The text was updated successfully, but these errors were encountered: