kubernetes/minikube

Calling Docker daemon even for other container runtimes

Open

#8,577 opened on Jun 26, 2020

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Go (31,799 stars) (5,222 forks)batch import
co/runtime/containerdco/runtime/criohelp wantedkind/buglifecycle/frozenpriority/backlog

Description

From https://github.com/kubernetes/minikube/issues/8554#issuecomment-650387112

Still have a lot of unconditional calls to Docker, around the code base:

DigestByDockerLib

ExistsImageInDaemon

LoadFromTarball

WriteImageToDaemon

Usually these fail since we stop dockerd, but should be conditionalized.

Contributor guide