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

Remove docker-isms from manager package #2968

Merged
merged 3 commits into from
Oct 21, 2021

Conversation

dims
Copy link
Collaborator

@dims dims commented Oct 21, 2021

manager package should not depend on container/docker (or any other specific container runtime) in principle.

doing so will drag in unnecessary dependencies into kubelet. (example when dockershim is removed, this dependency will drag in docker/docker transitively into kubernetes vendor/ directories)

DockerInfo and DockerStatus methods are not really needed. Just use the public methods from the container/docker package

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@google-cla google-cla bot added the cla: yes label Oct 21, 2021
@dims dims changed the title Remove docker-isms from manager package [WIP] Remove docker-isms from manager package Oct 21, 2021
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@dims dims changed the title [WIP] Remove docker-isms from manager package Remove docker-isms from manager package Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants