Hi,
I am running Kubehound on an ubuntu host. I have 150gb on the disk, but keep getting this error:
15:10:06 INFO Loading application configuration from default embedded app=kubehound
15:10:06 WARN No local config file was found app=kubehound file=kubehound.yaml
15:10:06 INFO Using file for default config app=kubehound path=
15:10:06 INFO Initializing application telemetry app=kubehound
15:10:06 WARN Telemetry disabled via configuration app=kubehound
15:10:06 INFO Loading backend from default embedded app=kubehound
15:10:06 INFO Spawning the kubehound stack app=kubehound
[+] Running 3/3
✔ Container kubehound-release-ui-jupyter-1 Started11.1s
✔ Container kubehound-release-mongodb-1 Recreated10.7s
✘ Container kubehound-release-kubegraph-1 Error57.2s
15:11:03 FATAL error starting the kubehound stack: dependency failed to start: container kubehound-release-kubegraph-1 is unhealthy. Please make sure your Docker is correctly installed and that you have enough disk space available. app=kubehound
main.main
/src/cmd/kubehound/main.go:19
runtime.main
/usr/local/go/src/runtime/proc.go:283
However, if I run df -h, i see:
/dev/mapper/ubuntu--vg-ubuntu--lv 72G 8.5G 60G 13% /
So there is enough disk space.