-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
containerd certificate config using incorrect header section for the EKS 1.24 GPU AMI #1168
Comments
Ah, sorry about that @Secretions; I'll get this fixed. |
Thanks! |
I've made this change, and it will ship in the next AMI release 👍 |
Is there a reason why version 2 isn't used in GPU ami's ? |
I have the same question |
We're moving to version 2 in an upcoming release, as a part of reworking our NVIDIA setup to address #1494 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
The GPU EKS AMI's containerd config was recently updated to support custom certs (see #1154), however, the configuration block uses an incorrect header.
On launch, the new GPU AMI containerd config in
/etc/containerd/config.toml
(after cloud-init has ran) has a config block that looks like this:While this is correct for the regular EKS AMI, the changes made for the GPU version require the header to be just
plugins.cri.registry
.What you expected to happen:
The containerd config's certificate block should look like this:
How to reproduce it (as minimally and precisely as possible):
/etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".registry]
Anything else we need to know?:
I also noted this on the original ticket: #1154 (comment)
However, that ticket is closed now so I'm opening a new one for visibility.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.3aws eks describe-cluster --name <name> --query cluster.version
): 1.24uname -a
): Linux ip-10-0-37-68.us-west-2.compute.internal 5.4.228-131.415.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Tue Dec 20 12:51:02 UTC 2022 x86_64 x86_64 x86_64 GNU/Linuxcat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: