Skip to content

Commit

Permalink
update troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Dec 9, 2024
1 parent 8ab91a5 commit 78c1b7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added book/src/framework/components/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions book/src/framework/components/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ rosetta error: Rosetta is only intended to run on Apple Silicon with a macOS hos
#### Solution

Update your docker to `Docker version 27.3.1, build ce12230`

## Can't see any docker metrics with Cadvisor

Disable `containerd` images ( Settings -> General ), see [issue](https://github.com/google/cadvisor/pull/3569).

![img.png](img.png)
2 changes: 1 addition & 1 deletion framework/cmd/observability/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
cadvisor:
image: gcr.io/cadvisor/cadvisor:latest
image: gcr.io/cadvisor/cadvisor:v0.51.0
container_name: cadvisor
ports:
- "8085:8080"
Expand Down

0 comments on commit 78c1b7a

Please sign in to comment.