-
Notifications
You must be signed in to change notification settings - Fork 33
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 support for containerd #5
Conversation
@danielfoehrKn could you have a look? |
4a79d6b
to
74cdcdd
Compare
Will take a look soon. |
@vpnachev doesn't this script already https://github.com/gardener/gardener/blob/master/charts/seed-operatingsystemconfig/original/templates/scripts/_init-containerd.sh cover this part? |
@zanetworker no, the script in the gardener only generates the containerd config. The changes here add the drop-in file for the containerd.service to actually use the generated config file. |
Could you also adjust the unit test that makes sure that includes the changes above? |
74cdcdd
to
a0160bf
Compare
08fbf53
to
9dd9612
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
GEP 10 - ContainerD Enablement
What this PR does / why we need it:
Add support for containerd
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Inspired by gardener/gardener-extension-os-ubuntu#5
Release note: