-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add nerdctl support #876
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
Comments
I'm not in favor of adding tools like this to the EKS-optimized AMI, because it:
We'd be more likely to add @mmerkes what's your opinion on this? |
@abhishiekgowtham I think #830 would solve any requirements to modify the Containerd settings at bootstrapping time and if you want to debug the node you can create a container to do this with (Lens have an implementation you could borrow and use with an image with nerdctl). |
I'm going to close this; I recommend you take the container-based approach that @stevehipwell suggested. |
Hey! We started using containerd as the runtime on our nodes instead of dockerd and would like to check whether it's possible to ship
nerdctl
as part of the EKS AMI so it's easier to install and manage container stuff on the node for debugging or any other purposes.NerdCTL: https://github.com/containerd/nerdctl
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): v1.20aws eks describe-cluster --name <name> --query cluster.version
): v1.20uname -a
):cat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: