Skip to content

Ambiguity around the datadog-operator configuration with EKS addon #29899

@wannfq

Description

@wannfq

Documentation Page

https://docs.datadoghq.com/containers/guide/operator-eks-addon/

Issue Description

I recently tried to deploy a datadog-operator with AWS EKS addons.
Seeing the addon configuration schema, it says that the datadog operator EKS addon doesnt support configuration file. Here is the output of the aws eks describe-addon-configuration command:

{
    "addonName": "datadog_operator",
    "addonVersion": "v0.1.13-eksbuild.1",
    "configurationSchema": "{\"$schema\":\"https://json-schema.org/draft/2019-09/schema\",\"additionalProperties\":false,\"description\":\"No configuration support for datadog_operator\",\"type\":\"object\"}",
    "podIdentityConfiguration": []
}

But, based on the documentation here, it says something about the addon - "Operator Helm Chart values, which can be overridden, are restricted to a schema file.".

I understood from this sentence that the configuration for the addon could be overriden. Am I wrong? If so, can we improve the wording?

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