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
Copy file name to clipboardExpand all lines: book/src/framework/components/troubleshooting.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,18 @@ rosetta error: Rosetta is only intended to run on Apple Silicon with a macOS hos
24
24
25
25
Update your docker to `Docker version 27.3.1, build ce12230`
26
26
27
-
## Can't see any docker metrics with Cadvisor
27
+
## Can't see any Docker metrics with Cadvisor
28
28
29
-
Cadvisor container can't mount some layers
29
+
CPU/Memory metrics are not displayed on dashboards.
30
+
31
+
Cadvisor container can't mount some layers.
30
32
```
31
33
E1209 13:14:49.908130 1 manager.go:1116] Failed to create existing container: /docker/aa40875c382af890861447fa8aaf6908978041b9077bb81029971d23929f8c4d: failed to identify the read-write layer ID for container "aa40875c382af890861447fa8aaf6908978041b9077bb81029971d23929f8c4d". - open /rootfs/var/lib/docker/image/overlayfs/layerdb/mounts/aa40875c382af890861447fa8aaf6908978041b9077bb81029971d23929f8c4d/mount-id: no such file or directory
32
34
```
35
+
This can happen due to `Docker Desktop` updates, the issue is that the symlink to Docker socket is broken.
36
+
37
+
#### Solution
33
38
34
-
Disable `containerd` images ( Settings -> General ), see [issue](https://github.com/google/cadvisor/pull/3569).
39
+
Disable and enable the option `Allow the default Docker socket to be used` again to relink it properly.
0 commit comments