Skip to content
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

Add ability to customize containerd-config.toml #848

Closed
anusha-ragunathan opened this issue Jan 18, 2022 · 2 comments
Closed

Add ability to customize containerd-config.toml #848

anusha-ragunathan opened this issue Jan 18, 2022 · 2 comments
Labels
enhancement New feature or request need-code Implementations welcome!

Comments

@anusha-ragunathan
Copy link

What would you like to be added:

Today, a default containerd-config.toml is made available via bootstrap.sh
Add the ability to pass a custom container config to bootstrap.sh

A similar option is available when using docker as the CRI implementation via $DOCKER_CONFIG_JSON. Expose something like that for containerd as well.

Why is this needed:

Needed so custom containerd configurations can be passed to EKS bootstrapper.

@cartermckinnon cartermckinnon added enhancement New feature or request need-code Implementations welcome! labels Jan 24, 2022
@bryantbiggs
Copy link
Contributor

relates to #790

@cartermckinnon
Copy link
Member

We've added the ability to import a containerd config file from a known directory: https://awslabs.github.io/amazon-eks-ami/usage/al2/#customizing-containerd-config

We've further improved this with NodeConfig on our AL2023-based AMI's, which accept arbitrary containerd config as input and merge it as necessary with our defaults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need-code Implementations welcome!
Projects
None yet
Development

No branches or pull requests

3 participants