headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

A Kubernetes web UI that is fully-featured, user-friendly and extensible

Results 331 headlamp issues
Sort by recently updated
recently updated
newest added

We already have a "passing" badge, but there are two more levels. https://github.com/ossf/scorecard/blob/5d08c1cc11c1e45c2ab2a88adac0a18464f0216b/docs/checks.md#cii-best-practices - [ ] [silver](https://www.bestpractices.dev/en/criteria/1) - [ ] [gold](https://www.bestpractices.dev/en/criteria/2)

security

Right now, as #1927 indicates, accessing settings is very confusing in Headlamp. To fix that, we want to have just one settings button, which will give access to the settings....

enhancement
frontend

When installing helm charts, I need to create a namespace on the fly many times. Right now, in namespaces there is no option to create a namespace. This forces me...

Here's something I think would be nice to have to improve UX of logs viewer: - [ ] **Render logs as a HTML list instead of xterm** This would make...

enhancement
frontend

fixes #1980 Steps To Test This Create a test plugin 1. npx @kinvolk/headlamp-plugin create test-plugin 4. Go the headlamp-plugin directory inside root of headlamp directory do `npm i `and `npm...

Hello, i am a new user, i really liked the project. I am having some problems with the cluster wide metrics that are show on the dashboard: ![image](https://github.com/headlamp-k8s/headlamp/assets/163049196/0b6cbf33-1e6c-4307-8c0c-6ec794723893) I am...

bug

We have a bunch of console errors and warnings being reported in the tests. - [ ] fix / suppress errors and warnings - [ ] add a CI check...

bug
frontend
testing
dx

This adds feature where user can now use renamed cluster name in their UI. Fixes: #1653 ### Testing - Run frontend `make run-frontend` - Run backend with stateless clusters enabled...