mc-monitor
mc-monitor copied to clipboard
Update cadvisor in example for ARM64 runtime
More of improvement request than issue.
cadvisorlatest image is not working on ARM64 platform (OCI) Usedzcube/cadvisorimage as it has pre-compiled ARM64 platform. Works as expected. Googled thatgcr.io/cadvisor/cadvisor:v0.45.0should have ARM64. Didn't have time to check.cadvisorpermissions Required to addprivileged: trueon Ubuntu to be able to get metrics data. Not sure if it is required for all OS flavors and should go into commit.
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!