Skip to content

Consider using CRI for docker runtime #9868

@afbjorklund

Description

@afbjorklund

Just like the "dockershim" in Kubernetes, the cruntime uses direct commands for Docker.

https://github.com/kubernetes/minikube/blob/master/pkg/minikube/cruntime/docker.go

It would be nice if it would use the CRI (where possible), like the other runtimes are doing.

https://github.com/kubernetes/minikube/blob/master/pkg/minikube/cruntime/cri.go

We do have the crictl all configured, so just a matter of "flipping a switch" basically.

The initial approach might be to introduce a feature toggle, to make it opt-in to start with...

Metadata

Metadata

Assignees

No one assigned

    Labels

    co/runtime/dockerIssues specific to a docker runtimekind/featureCategorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions