GithubHelp home page GithubHelp logo

Comments (11)

luxas avatar luxas commented on June 12, 2024

In Readme:

kube-ui was removed, because the Kubernetes team shifted focus to dashboard.

It was a bit outdated and didn't fully work, so I removed it. Just kept the .yaml file for reference. Maybe I should write a README also in that folder about it.

But I have good news, dashboard is released soon and it's working on ARM also

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

@saturnism Now I've uploaded a snapshot of today's dashboard. So here's the Web UI

mkdir -p /etc/kubernetes/source/addons/dashboard
curl -sSL https://raw.githubusercontent.com/luxas/kubernetes-on-arm/dev/addons/dashboard/dashboard-rc.yaml > /etc/kubernetes/source/addons/dashboard/dashboard-rc.yaml
curl -sSL https://raw.githubusercontent.com/luxas/kubernetes-on-arm/dev/addons/dashboard/dashboard-svc.yaml > /etc/kubernetes/source/addons/dashboard/dashboard-svc.yaml
kube-config enable-addon dashboard

from kubernetes-on-arm.

wombat avatar wombat commented on June 12, 2024

I tried it on a Pi 2 with latest hypriot and got the following error:
bildschirmfoto 2016-01-27 um 23 19 38

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

Strange, does it persist?
Could maybe try to build the image again...

from kubernetes-on-arm.

wombat avatar wombat commented on June 12, 2024

well, yes - now I have another error while starting the pod:

kubectl logs kubernetes-dashboard-qei1f -p --namespace=kube-system
2016/01/29 12:39:49 Starting HTTP server on port 9090
2016/01/29 12:39:49 Creating API client for 
2016/01/29 12:39:49 open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x19304]

goroutine 1 [running]:
main.CreateHeapsterRESTClient(0x0, 0x0, 0x0, 0x113c47c0, 0x0, 0x0)
    /dashboard/.tmp/backend/src/github.com/kubernetes/dashboard/heapsterclient.go:36 +0xdc
main.main()
    /dashboard/.tmp/backend/src/github.com/kubernetes/dashboard/dashboard.go:49 +0x244

goroutine 17 [chan receive]:
github.com/golang/glog.(*loggingT).flushDaemon(0xfaab50)
    /dashboard/Godeps/_workspace/src/github.com/golang/glog/glog.go:882 +0x60
created by github.com/golang/glog.init.1
    /dashboard/Godeps/_workspace/src/github.com/golang/glog/glog.go:410 +0x2cc

From the message I guess, it tries to load a token and panics - will investigate further. If you guys have a quick fix, just tell me :)

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

@w0mbat Are you running this on a Pi 1? I've tested it on a Pi 2 only

from kubernetes-on-arm.

wombat avatar wombat commented on June 12, 2024

no its pi 2 only. are you running hypriot?
where should this secret token come from?

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

Are you running a v0.6.3 cluster?

from kubernetes-on-arm.

wombat avatar wombat commented on June 12, 2024

@luxas I used the hypriot 0.6.1 image and installed all available updates

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

You can try with the latest manifest that uses gcr.io/google_containers/kubernetes-dashboard-arm:v0.1.0. We built an official ARM binary with the dashboard team in the same way as I built kubernetesonarm/dashboard. Maybe it's working with that one @w0mbat?

from kubernetes-on-arm.

luxas avatar luxas commented on June 12, 2024

Closing this as fixed. Removed kube-ui in favor for dashboard

@w0mbat open up a new issue if it panics with this version too

from kubernetes-on-arm.

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.