awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.38k stars 1.12k forks source link

Make bootstrap GPU helper container runtime aware #1858

Closed suket22 closed 1 week ago

suket22 commented 1 week ago

Description of changes:

Modifying the bootstrap GPU helper so it's aware of the container runtime (docker vs containerd) used by the bootstrap script.

Testing done:

Ran this script against when using both containerd and docker and made sure everything was working.