open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.06k stars 2.36k forks source link

[receiver/awscontainerinsight] "error": "both cadvisor and k8sapiserver failed to start" #35418

Open skripted-io opened 1 month ago

skripted-io commented 1 month ago

Component(s)

receiver/awscontainerinsight

Describe the issue you're reporting

I'm stuck after getting this error in the logs:

"error": "both cadvisor and k8sapiserver failed to start"}

Is there anyone who can point me in the right direction?

Could it be that arm64 nodes are not supported?

System: EKS v1.30 Node AMI: amazon-eks-arm64-node-1.30-v20240729

Full error message:

error awscontainerinsightreceiver@v0.102.0/receiver.go:145 Failed to collect stats {"kind": "receiver", "name": "awscontainerinsightreceiver", "data_type": "metrics", "error": "both cadvisor and k8sapiserver failed to start"} github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver.(*awsContainerInsightReceiver).collectData github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver@v0.102.0/receiver.go:145 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver.(*awsContainerInsightReceiver).Start.func1 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver@v0.102.0/receiver.go:110

github-actions[bot] commented 1 month ago

Pinging code owners:

skripted-io commented 2 weeks ago

@Aneurysm9 @pxaws any insights on what might be causing this error?

"error": "both cadvisor and k8sapiserver failed to start"

Thanks!