Create /etc/crictl.yaml when running containerd #3472
Labels
co/runtime/containerd
kind/bug
Categorizes issue or PR as related to a bug.
triage/duplicate
Indicates an issue is a duplicate of other open issue.
@fvoznika was trying to start minikube with the containerd backend in #3471 -- after upgrading
minikube start
worked, butcrictl pull gcr.io/some/image
did not. Fabricio was able to get it to work after runningsudo crictl config runtime-endpoint unix:///run/containerd/containerd.sock
to create
/etc/crictl.yaml
Perhaps minikube should run this command automatically when using the containerd runtime to generate
/etc/crictl.yaml
.Also, thanks @fvoznika for providing this info :)
The text was updated successfully, but these errors were encountered: