itzg/mc-monitor

Update cadvisor in example for ARM64 runtime

Open

#20 opened on Aug 15, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (38 forks)github user discovery
documentationhelp wanted

Repository metrics

Stars
 (316 stars)
PR merge metrics
 (Avg merge 1h 17m) (9 merged PRs in 30d)

Description

More of improvement request than issue.

  1. cadvisor latest image is not working on ARM64 platform (OCI) Used zcube/cadvisor image as it has pre-compiled ARM64 platform. Works as expected. Googled that gcr.io/cadvisor/cadvisor:v0.45.0 should have ARM64. Didn't have time to check.
  2. cadvisor permissions Required to add privileged: 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.

Contributor guide