aws / amazon-ecs-agent

Amazon Elastic Container Service Agent
http://aws.amazon.com/ecs/
Apache License 2.0
2.08k stars 612 forks source link

add a warning log line to ecs-init when it doesnt detect GPU devices and moves on #4338

Closed singholt closed 2 months ago

singholt commented 2 months ago

Summary

This PR adds a warning log line to ecs-init when it doesnt detect GPU devices and moves on.

Implementation details

This just adds a log.Warn statement.

Testing

New tests cover the changes: no

Description for the changelog

Additional Information

Does this PR include breaking model changes? If so, Have you added transformation functions?

no **Does this PR include the addition of new environment variables in the README?** no ### Licensing By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.