SUN Haoyu
SUN Haoyu
* [ ] I added CHANGELOG entry for this change. * [x] Change is not relevant to the end user. ## Changes add a panel "Query Concurrency" to the dashboard...
### Host operating system: output of `uname -a` `Linux debianvm 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux` ### node_exporter version: output of `node_exporter --version` ``` node_exporter, version 1.5.0 (branch:...
For now kube-rbac-proxy sees the 2 arguments `--ignore-path` and `--allow-path` mutually exclusive. It is not so practical when we add liveness probe and readiness probes in Kubernetes. We may want...
When putting both static authorizer and normal configs using subjectaccessreviews together in the config file, the part of static authorizer is not taken into account. Here is an example. I...