[resourcedetection] EKS detector fails identifying EKS cluster when the configmap aws_auth
is missing (ex: EKS Auto Mode)
#39479
Labels
aws_auth
is missing (ex: EKS Auto Mode)
#39479
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
processor/resourcedetection
What happened?
Description
The EKS detector depends on the presence of
aws_auth
configmap to flag a cluster as EKS.This identifier does not cover all uses cases, e.g. EKS Auto Mode, the
aws_auth
is not created.According to AWS docs https://docs.aws.amazon.com/eks/latest/userguide/auth-configmap.html#aws-auth-configmap
And when you create EKS with Auto Mode enabled,
aws-auth
is not created/needed.https://docs.aws.amazon.com/eks/latest/userguide/auth-configmap.html#aws-auth-configmap
Steps to Reproduce
Create an EKS cluster from the UI using the default setting (which enables EKS Auto Mode)
Expected Result
Error when EKS detector runs
isEKS()
Actual Result
No error
OpenTelemetry Collector configuration
Collector version
main
The text was updated successfully, but these errors were encountered: