Skip to content

[EKS] [eks-pod-identity-agent]: podLabels is defined in the schema but not referenced #2684

@iress-ac

Description

@iress-ac

I'm trying to set podLabels on the eks-pod-identity-agent pods by setting a configuration value on the EKS addon. I see the following is defined in the schema:

"podLabels": {
  "additionalProperties": {
    "not": {
      "type": [
        "object",
        "array",
        "null"
      ]
    }
  },
  "type": [
    "object",
    "null"
  ]
}

However, it's not referenced under EksPodIdentityAgent, so I can't use it

Version: v1.3.8-eksbuild.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    EKSAmazon Elastic Kubernetes ServiceEKS Add-Ons

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions