-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Support containerd container runtime on darwin/linux arm with preload=false #10402
Comments
What is the problem here, is it broken ? It is supposed to fall back to cache, if there is no available preload |
/assign |
Updated the description. It seems, the issue is related to |
It looks like we have an issue with etcd image manifest on ARM host:
If we check the cached etcd image:
note "amd64" arch on arm machine The content of image layers is correct though:
Let's look inside the started kicbase container:
Note '-' PLATFORM. It looks like the image was imported by |
It looks like the problem here is config of k8s.gcr.io/v2/etcd/manifests/3.4.13-0 image for linux/arm64 platform. For some reason it's Tried to fetch it manually:
Note |
Currently minikube is failed to start with
--container-runtime=containerd --preload=false
. It works fine if--preload=true
thouthThe text was updated successfully, but these errors were encountered: