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

for https://github.com/kinvolk/headlamp/issues/493

## Current situation We can add sections and header actions from plugins in details views, but we cannot change how the list views are shown. ## Impact Plugin developers may...

frontend
plugins

## Current situation We allow to create and even replace routes through plugins, but we don't allow to remove them. ## Impact There may be vendors that do not want...

frontend

WIP: Example plugin showing how to call a custom resource API. ## How to use ``` cd plugins/examples npm run start ``` ## Testing done npm run lint, and npm...

plugins

## Current situation Get or set token are either from oidc sign in or input token by user. 1. Microsoft authentication will require redirect or popup. In desktop app situation,...

plugins
auth

## Current situation It should be possible to disable plugins. Perhaps at build time, or perhaps as a user option. ## Impact So plugins stored locally are not run. Useful...

plugins

## Description Many of the k8s stuff does not have docs, and some of it is untyped. ## Impact We can more easily maintain headlamp. Now these libraries are exported...

documentation
plugins

## Description A user has reported to me that they cannot open external links from the UI in the desktop app (Windows version in this case). We need to investigate...

bug
frontend

The [Inspektor Gadget](https://github.com/kinvolk/inspektor-gadget) project has a gadget for generating network policies based on the network traffic during a certain period. It would be great to have a plugin for running...

kind/roadmap
frontend
plugins

## Description We are using `aws sso` command to authenticate in order to connect to our eks cluster but in headlamp it asks me for a token. I have tried...

auth