You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
More of improvement request than issue.
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.cadvisor
permissionsRequired 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.The text was updated successfully, but these errors were encountered: