headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

configuration (server port) #160

Closed illume closed 10 months ago

illume commented 3 years ago

Current situation

Currently the server process port is hard coded. Perhaps people will want to use another one.

Configuration of other things may be needed.

Impact

Some people won't be able to run Headlamp if it's not configured for their environment.

Each configuration increases the size of the testing matrix.

Ideal future situation

People can configure Headlamp so they are comfy.

Implementation options

There's already some command line options (for headless mode).

How could they configure this (and other things)?

knrt10 commented 10 months ago

User can now configure port in headlamp. So, closing this.