GithubHelp home page GithubHelp logo

Comments (1)

jungin500 avatar jungin500 commented on August 17, 2024 1

I also faced same issue, and luckily found reasons and workaround (using 2.8.1 version).

I've found out that this is a weaveworks/weave-kube:latest image issue, specifically on the image shown as arm64 architecture in docker hub. Image uploaded to docker hub indicates that the image is arm64 architecture. But, actually binary inside that image is amd64.

Workaround

As a simple fix, changing image tag inside weave-daemonset-k8s.yaml from latest to 2.8.1 works.

You can download changed YAML file here: https://gist.github.com/jungin500/6ca26cc6f8e9b4c16988b50fe43a67f4

Causes

Both images (weaveworks/weave-kube:latest, weaveworks/weave-npc:latest) with architecture arm64 are uploaded on docker hub:

It is likely indicating the arm64 architecture, but actually is not:

$ docker inspect weaveworks/weave-npc@sha256:8cbee41d20340db9d861d94fd1396aca5b0bef569d89360862189414672d013b -f '{{ .Architecture }}'
amd64

$ docker inspect weaveworks/weave-kube@sha256:6b7b1c5bbb0589e6b294324aa3d7ee9316d49203c7c418bf087cbd7982ad62fa -f '{{ .Architecture }}'
amd64

I assume that root cause is misconfigured CI pipeline?

from weave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.