grafana / agent

Vendor-neutral programmable observability pipelines.
https://grafana.com/docs/agent/
Apache License 2.0
1.6k stars 488 forks source link

[Feature] Add node Selector, tolerations and pod annotations to Integration CRD #3062

Open dgdelahera opened 1 year ago

dgdelahera commented 1 year ago

Currently, there is no option to configure in the Integration CRD the node Selector, tolerations o or labels/annotations for the pods created from an Integration. The operator should allow this configuration in the Integrations CRD

echozio commented 1 year ago

As a workaround you can define a separate GrafanaAgent with the desired options and the same MetricsInstance selector, but with replicas: 0, since it appears all the integration pods need is the configuration.