-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
K3S can't pull multiarch images due tu failed to unpack image on snapshotter overlayfs:
#1278
Comments
works only with just one arch (armv8 for e.g.) |
@kamilgregorczyk Is the log you provided from an arm64 node? If not, it looks to be working as expected. |
Ah, I changed it to see if arm only would woke, will rebuild in 1-2 hours |
@dweomer done |
@kamilgregorczyk these worked for me on a k3OS amd64 VM built from master (k3s v1.0.1):
also rebuilt against k3s v1.0.0 with same results. have you tried again on both platforms and asserted that things are still broken? if your pod is still broken please run |
I'm reworking my cluster as I had raspberry pi image which limited the cluster to only armv7, I'm now redoing to on ubuntu server to have arm64, will try once it's up and running |
@kamilgregorczyk any updates here? I have encountered the same issue using a multi-arch image. Seems this was an underlying issue with containerd that appears to have been fixed here: containerd/containerd#3484 |
I created two separate images for different archs |
@kamilgregorczyk I'm also interested in your solution if you have one. I am running K3s on Raspberry Pi cluster and I'm trying to deploy Model: Raspberry Pi 3 Model B Plus Rev 1.3 |
Experiencing this issue on Raspberry Pi 3 B+'s running k3s. Deployed fine on my 4's. The image I'm experiencing the failure with is cattle-node-agent |
I belive 3b+ has no arm64 support and you need armv7 image for 3B+ |
I recently bought Raspberry 4's and I now have K3s running on them, however I'm experiencing the same issue.
|
@dalekurt what OS are you using on the Pi? Raspbian will not work. That rook/ceph image is amd64/arm64 only. Edit: You can read my short guide on installing Ubuntu 19.04 on RPis here, or use any other arm64 OS like k3os. However you are going to have a bad time getting rook/ceph working on arm. It currently will not. |
That means there's no docker.io/rook/ceph:v1.0.6 image for your architecture. |
@onedr0p You hit the nail on the head with that, I reinstalled the OS (Ubuntu 64-bit) and I’m in a much better position now. I eventually figured it out while troubleshooting. Thank you |
I am also having the same issue while applying a yaml deployment that works absolutely fine with the kubeadm cluster. My docker image is hosted at https://quay.io/repository/cloudian/hap-spark-tf. But I am getting this error: I am using Centos 7.6 and a 3 node k3s cluster. |
@anirtek you appear to have a different issue - your error suggests some sort of DNS problem.
|
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
Hi, I am having this issue now and Google took me here. How did you solve? (Sorry to the others for asking here but I'm kinda desperate) |
@vitobotta if your actual issue is the one reported, you are having what seems to be DNS issues. Feel free to open a new issue with your exact error if your DNS setup is not your issue. |
Hi! It was indeed DNS! I was checking the DNS resolution inside the cluster, but k3s/containerd uses the system's resolvers when pulling images, right? It turns out Hetzner's resolvers are not very reliable. Replaced with Cloudflare's and all is good again. Thanks and sorry for adding that question here! |
For some reason, K3S seems to be failing to download the image that I build with
docker buildx build....
https://hub.docker.com/repository/docker/uniqe15/event-sourced-bank/tags?page=1I'm using k3s (k3s version v1.0.0 (18bd921))with containerd
The text was updated successfully, but these errors were encountered: