Skip to content

Commit c6f72ea

Browse files
authored
Merge branch 'main' into flakeguard-no-outputs-in-all-results
2 parents 8768c84 + 18e4bb3 commit c6f72ea

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
21.5 KB
Loading

book/src/framework/components/troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@ rosetta error: Rosetta is only intended to run on Apple Silicon with a macOS hos
1010
#### Solution
1111

1212
Update your docker to `Docker version 27.3.1, build ce12230`
13+
14+
## Can't see any docker metrics with Cadvisor
15+
16+
Cadvisor container can't mount some layers
17+
```
18+
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
19+
```
20+
21+
Disable `containerd` images ( Settings -> General ), see [issue](https://github.com/google/cadvisor/pull/3569).
22+
23+
![img.png](img.png)

framework/cmd/observability/compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
cadvisor:
3-
image: gcr.io/cadvisor/cadvisor:latest
3+
image: gcr.io/cadvisor/cadvisor:v0.51.0
44
container_name: cadvisor
55
ports:
66
- "8085:8080"

0 commit comments

Comments
 (0)