-
Notifications
You must be signed in to change notification settings - Fork 679
No ARM image for the Weave Net 2.3.0 release #3276
Comments
I ran the publish step again - try it now. |
Thanks @bboreham on Docker I don't see any errors, will test K8S tonight |
Thanks! it's working now, will close this issue. |
i'm having this issue too. k8s 1.10 on raspberry pi strangely my master is running successfully, but the second node i've added is seeing exec format error |
Different processor? Please run |
Did you remove the old weave images from the worker nodes? |
i removed the old weave images yeah. it's at home now so i'll check that later, but one thought, the first node is a Raspberry Pi 3 B, the second one is the newer Pi 3 B+ |
I will create another issue if needed, but have a Pi 3 B+ which is having the same issues as expressed in this issue with 2.2.1 and 2.3.0 pi@raspberrypi:~ $ uname -a |
@james-powis Could you run I've just spotted that we don't publish arch variant for any image while e.g. Alpine does it (run |
Here is on the model 3 b+:
I get much more output on my old 3b. |
even using manifest-tool v0.7.0 same story even on the weshigbee/manifest-tool on the 3b and 3b+ |
Sorry, my bad - the weshigbee/manifest-tool image exists only for amd64. |
Same here on my RPi3 :(
Any news on that? :) |
Sorry, I haven't had time to look into this issue properly. What Docker image of Alpine Linux can run on your R-PI? |
So I don't think the |
I'm having the same problem. I installed
|
@mckern @bgruszka @james-powis @arussellsaw Could you run the following on your Pi 3 B+ and paste outputs here:
|
Someone was able to run (regardless the kernel panic) Weave Net 2.3.0 on RPI 3 B+: #3314 |
Yes. But to solve the problem with the "wrong exec format", I rebuilt my own image from scratch, directly on the PI3 with a Rasbian distrib. Since I upgrade only parts of my PIs, I have still some units running with that image and one other which crashes after less than one minute run of WeaveNet. |
@bernhara Thanks, "up to latest Raspbian update" made me to realize the cause for the kernel panic: #3314 (comment). |
@bboreham It's unclear from this thread whether the Docker image is now compatible with ARMHF. I can confirm that the image Alex |
I suggest closing this issue now that the reported issue is resolved. |
Works on my Odroid XU4 with Ubuntu 18.04. Good job. My master node is amd-64, and I have to change kube-porxy pod on arm with image url "gcr.io/google_containers/kube-proxy-arm:v1.10.4". |
Thanks for the note @fkpwolf . I'll close this since the original point seems addressed, but please do point out anything I've missed and/or open new issues. |
Hi all,
I'm trying to build a Kubernetes 1.10 environment on 4 Raspberry Pi's, running the latest release of Raspbian Stretch.
However it seems that the latest Docker images on the Docker Hub (weaveworks/weave-kube:2.3.0) does not have a ARM(HF) image.
What you expected to happen?
An ARM based image for the 2.3.0 release of Weave Net.
What happened?
During the deployment of the weave-net containers you see: exec format error's.
How to reproduce it?
Trying to run the container on just Docker, I'll get the same exec error.
Anything else we need to know?
weave-net 2.2.1 seems to have a ARM image
Versions:
$ docker version
18.03.0-ce
$ uname -a
Linux n0-nodename 4.14.30-v7+ #1102 SMP Mon Mar 26 16:45:49 BST 2018 armv7l GNU/Linux
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:55:54Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/arm"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:44:10Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/arm"}
Logs:
Network:
The text was updated successfully, but these errors were encountered: