Antonin Stefanutti
Antonin Stefanutti
I see, it restricts Kubebox permissions to a single namespace. I think it is similar to #71, except it concerns the Web console version. In essence, Kubebox lists the namespaces...
I don't think it's currently possible to set the default namespace in the Web version. It may be possible to import a _kubeconfig_ file, with the namespace set, as proposed...
Could you make sure headers are passed? You may want to have a look at the reverse proxy Kubebox does: https://github.com/astefanutti/kubebox/blob/4ae0a2929a17c132a1ea61144e17b51f93eb602f/docs/nginx.conf#L16
Interesting, it's taken from cAdvisor stats: https://github.com/astefanutti/kubebox/blob/1e599a10d52e32cb47cec7fca90e519779aaa251/lib/ui/dashboard.js#L588 I need to dig into it to understand why that's different from the pod compute resources.
Thanks for the precision. That helps a lot. Before 0.8.0, the cAdvisor embedded into the kubelet was queried through the container stats API. Starting 0.8.0, it uses the APIs from...
@lduparc I don't have any update. I've mostly been AFK to enjoy end of 2020 😄. I'll work on it ASAP and keep you posted.
Thanks for the report. Could you precise what version of kubebox you use? Could you also run `sudo strace -p ` to get some insights?
I don't see anything obvious. I'll have to reproduce to investigate. I'll keep you posted ASAP.
Could you please try with the latest 0.9.0 release?
Thanks a lot for the suggestion! Our current plan for the next release, is to leverage the work we did for events in version 0.8.0, to support any kind of...