Git Product home page Git Product logo

Comments (8)

yaron2 avatar yaron2 commented on August 15, 2024 3

executing docker run -it --rm -p 8080:8080 --name dapr-dashboard airiam/dapr-dashboard-unofficial-arm:0.2.0 locally starts the container and I can see "Dapr Dashboard running on http://localhost:8080". Calling the URL (i.e. curl -v http://localhost:8080) fails with "connection reset by peer". Internet said that it might be caused by wrong port mapping, but Docker command looks correct to me.

The dashboard is meant to run as a Pod inside your k3s cluster, or if you're running Dapr outside of k8s, as a standalone process. Running it with docker run is not supported due to networking/filesystem limitations. But it does look like the image is correctly built.

from dashboard.

artursouza avatar artursouza commented on August 15, 2024 1

Just added support to it in the merged PR above.

from dashboard.

yaron2 avatar yaron2 commented on August 15, 2024

Thanks for raising this issue.

We should have the dashboard work on ARM architecture, especially now that we're automatically installing it.

/cc @youngbupark @mchmarny

from dashboard.

willdavsmith avatar willdavsmith commented on August 15, 2024

Instead of using docker run, pushing to a remote image and applying a manifest file may do the trick. See https://github.com/dapr/dashboard/blob/master/docs/development/build_kubernetes.sh#L38 (Line 33 onwards) for some context. Workflow may look like the following:

  1. Create dapr-dashboard-unofficial-arm.yaml (https://github.com/dapr/dashboard/blob/master/docs/development/development_guide.md#apply-new-deployment)
  2. Delete old dashboard pods
  3. kubectl apply -f ./dapr-dashboard-unofficial-arm.yaml
  4. dapr dashboard -k

Of course, this would be a temporary workaround, and I'd love to see/ assist in adding ARM support @yaron2

from dashboard.

lgramatikov avatar lgramatikov commented on August 15, 2024

That's what I just did and I can confirm that dashboard works fine. My unofficial image is at: https://hub.docker.com/repository/docker/airiam/dapr-dashboard-unofficial-arm. If that's OK, I would like to leave it for the next couple of days and will delete it afterwards.

from dashboard.

yaron2 avatar yaron2 commented on August 15, 2024

It's your repo, you can leave it for as long as you want :)

from dashboard.

youngbupark avatar youngbupark commented on August 15, 2024

@artursouza can we close it ?

from dashboard.

mukundansundar avatar mukundansundar commented on August 15, 2024

closed via dapr/dapr#2107

from dashboard.

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.