Update cAdvisor documentation (#58440)

Adding a known issue where cAdvisor doesn't scrape metrics in a non-privileged overlay Kustomize deployment
This commit is contained in:
Stompy 2023-11-20 19:37:46 +03:00 committed by GitHub
parent 86913ac953
commit 9ae05966cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,3 +35,4 @@ Support is generally poorly documented, but a search through the [cAdvisor repos
- Metrics issues
- `disk` metrics are not available in `containerd`: [cadvisor#2785](https://github.com/google/cadvisor/issues/2785)
- `diskIO` metrics do not seem to be available in Kubernetes: [sourcegraph#12163](https://github.com/sourcegraph/sourcegraph/issues/12163)
- When using a Kustomize non-privileged overlay in a deployment, cAdvisor is disabled by default and hence cannot scrape container metrics for visualization in Grafana. cAdvisor requires elevated privileges to collect this data and hence will not work with this overlay.