amazon-eks-ami
amazon-eks-ami copied to clipboard
Packer configuration for building a custom EKS AMI
**Issue #, if available:** **Description of changes:** By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice....
Adds CHANGELOG.md entry for release [v20240307](https://github.com/awslabs/amazon-eks-ami/releases/tag/v20240307).
**What happened**: We provisioned a g5.* instance and it was booted with the latest ami Release v20231116 When we try to run any gpu workloads, container toolkit (cli) fails to...
**What happened**: Containerd sometimes stops responding and systemd commences a restart of the containerd service. Sometimes when this happens containers which should start running are stuck and kubelet receives the...
With Kubernetes version 1.25 or later, the EKS optimized Accelerated AMIs support NVIDIA 535 series or later drivers out of box. We plan to back port these drivers to older...
The current `/etc/hosts` on a node is: ``` 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost6 localhost6.localdomain6 ``` This causes issues when using `kubectl port-forward` on a pod that is not...
**What happened**: Hello folks, we've been testing [recently released EKS optimized AL2023 AMI](https://github.com/awslabs/amazon-eks-ami/issues/1672), and have some feedback to provide. While I'm aware that these might not be strictly issue with...
**What happened**: We recently upgraded our cluster, to version 1.28 using the AMI based at https://github.com/awslabs/amazon-eks-ami/releases/tag/v20240202 we did a few peak load tests, we encountered several kernel errors: Frequent instances...
With the latest Amazon Linux 2 kernels, customers running EC2 P4d, P4de and P5 instances may be unable to use the GPUDirect RDMA feature, which allows for faster communication between...
**What would you like to be added**: I'd like to see AL2023 (AL2 doesn't have the correct inputs) calculate the `kube-reserved` value from the actual max pods if provided and...