Sebastian Florek

Results 220 comments of Sebastian Florek

I don't think we want to support `primary` color change only. What I can imagine we could add is to extend support for the themes (we already have a selector...

@fab1an not sure if this is what you mean but I have added super simple `/health` endpoint that returns `{running: bool}` object. It only checks if Dashboard can access K8S...

@fab1an if this information is available in the K8S API then it should be easy to add, otherwise I don't think we can add such a feature since the dashboard...

Also, many clusters have restricted access to the internet or are fully hosted inside a private network without access to the outside at all. The current options will always work...

This kind of search (request per character) could kill dashboard and put too much load on the cluster (specially big clusters with many resources). Autocomplete is quite complex. 1. We'd...

The amount of data that apiserver needs to process for single search request might be too much for 'search as you type' feature. We don't want to overload the cluster....