Christoph Held
Christoph Held
In inbox the search is executed if the typing in the input field is idle for about 1 second. I think we should copy this behavior
I think the performance requirements will not change with a behavior similar to inbox. It is more like 'we press automatically enter if the user stops typing'. It is rather...
``` shell curl https://github.com/kubernetes/dashboard/blob/master/build/hyperkube.sh | bash ``` ?
@wjdfx I assume that GPU resource is some information on node details. I have never tried this setup, so I don't know what it looks like. @maciaszczykm do you mean,...
Dashboard can already show simple links (using labels I guess). Maybe a starting point.
In general I like the idea. I think the proposal about pods is not working exactly as you suggest. ``` apiVersion: v1 kind: Pod metadata: annotations: alpha.dashboard.kubernetes.io/links/pod: | { "requests":"http://{{.pod.dns_name}}:9090/debug/requests",...
@maciaszczykm Ok, I try to explain my idea agian. 1. We could add some meta-data to services and use this information to create links in dashboard. This would be better...
Ok, I understand. Lets focus on pod and service URLs for the moment. In general we should aim for a generic and portable solution. Service and pods could be accessed...
@mwitkow I think we can move forward as you suggested. However, I am thinking about it like absolute/relative URL paths. A URL `http://{{.pod.dns_name}}:9090/debug/requests` is kind of like an absolute URL...
Yes, we can start like in your example. (In future step we could make `{{pod-proxy-url-base}}` configurable, maybe)