Skip to content

DaemonSet not created when targetAllocator.enabled=true & targetAllocator.prometheusCR.enabled=true #227

@jmtt89

Description

@jmtt89

Hi, I'm encountering an issue with the CloudWatch Observability Helm chart.

When setting the following values in the Helm chart configuration:

agent:
  enabled: true
  prometheus:
    targetAllocator:
      enabled: true
      prometheusCR:
        enabled: true

The AmazonCloudWatchAgent CR is created successfully, but the expected DaemonSet for cloudwatch-agent is never created.

However, when I remove the prometheus.targetAllocator block (or disable it), the DaemonSet is created as expected.

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions