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

### Problem Description When editing a Custom Resource Definition (CRD) in Headlamp, we have observed that certain sections in the YAML, such as `status` and `managedFields`, are not editable. Including...

I have noticed today that the editor (in the advanced/monaco) version gets very slow and sometimes irresponsive. ## Steps to reproduce: - [ ] Open the editor by pressing the...

bug
performance

- Pops up a dialog asking the user if they consent to running the command. - Saves the choice and uses that choice in the future. ![image](https://github.com/headlamp-k8s/headlamp/assets/9541/14fe15db-9857-47ee-b531-2076ed496d02) Related to -...

security
plugins
app

As pointed out in #1929 , we should add the following info to the pods: Pod List: - [ ] Add quick status for each container (design TBD) Pod Details:...

frontend

This issue is for documentation of the efforts that was part of https://github.com/headlamp-k8s/headlamp/pull/1152 to use the [proxy](https://github.com/kubernetes/kubectl/blob/master/pkg/proxy/proxy_server.go) package in kubectl. At present the kubectl proxy doesn't properly support feature like...

We can have a public stable read-only backend environment with sample cluster that has some realistic workload. Then we can have a static deployments of the frontend that we can...

enhancement

When creating a new plugin from scratch, storybook doesn't work. Headlamp plugin version "0.9.2" ``` ➜ test-plugin npm run storybook > [email protected] storybook > headlamp-plugin storybook headlampPluginBin path: /home/dubenko/test-plugin/node_modules/@kinvolk/headlamp-plugin/bin/headlamp-plugin.js @storybook/cli...

bug
headlamp-plugin

Hello! We're delighted users of Headlamp! Our objective is to provide users with the capability to view their Resource Status and Definitions without necessitating the development of a custom UI....

KubeObject currently resolves to any. So everywhere KubeObject was used there's no type safety. This PR fixes the makeKubeObject function, it no longer returns any. After that fix there are...