-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Removing dockershim from kubelet #1985
Removing dockershim from kubelet #1985
Conversation
1299e13
to
f37c573
Compare
/hold for review |
f37c573
to
5c76548
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.
Thanks for working on this @dims (and @mattjmcnaughton)! I agree on the overall idea as discussed previously, and as a sig-node contributor it would also make "my life" a lot easier. It would also help making the codebase cleaner and easier to work with. 😄
Still need to read through and think about the details, but overall this looks good!
- flags that are used to configure dockershim. | ||
- support to get container logs when docker uses journald as the driver. | ||
- logic of moving docker processes to a given cgroup | ||
- TBD anything else? |
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.
note: complete before merge
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.
Dropping this.
Thanks for your thought and leadership on this project @dims and @derekwaynecarr :) |
/cc @SergeyKanzhelev |
5c76548
to
1ab0605
Compare
Signed-off-by: Davanum Srinivas <[email protected]>
1ab0605
to
2b5ccee
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, dims The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Target releases: 1.22 | ||
|
||
Actions: | ||
- Document and announce migration guide. |
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.
is there a tracking issue for this migration guide, i think it would help to include in it what steps do existing users take for moving from docker to containerd running on there hosts ?
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.
I started this: kubernetes/website#25787
Signed-off-by: Davanum Srinivas [email protected]