Open VladimirKuletski opened 2 years ago
Did you mean to post this here? The latest mc-monitor image is already multi-architecture including arm64.
https://github.com/itzg/mc-monitor/blob/39fdbfebb2a2eb465bae61a3ea1f25e1466c2d66/examples/mc-monitor-prom/docker-compose.yml#L22 has reference to cadvisor
image. This is what I had to change to make this example work + priviledged mode.
Sorry for confusion missed file reference initially
Thanks for clarifying. Now that makes sense!
More of improvement request than issue.
cadvisor
latest image is not working on ARM64 platform (OCI) Usedzcube/cadvisor
image as it has pre-compiled ARM64 platform. Works as expected. Googled thatgcr.io/cadvisor/cadvisor:v0.45.0
should have ARM64. Didn't have time to check.cadvisor
permissions Required to addprivileged: true
on Ubuntu to be able to get metrics data. Not sure if it is required for all OS flavors and should go into commit.