Skip to main content

By deployment mode

Local process

Docker Compose

Kubernetes

The most complete troubleshooting reference for kubernetes mode lives in the Kubernetes Runbook. The table below summarises the most common issues.
SymptomLikely causeFix
Pod stuck in PendingPVC not bound, node selector mismatchCheck PVC binding and node labels
Agent Job exits immediatelyImage pull failure or missing configkubectl describe job/fracta-agent-<task>
Tool calls return 401Credential profile not mounted in podCheck ConfigMap/Secret references
Gateway can’t reach FalkorDBService DNS or port mismatchVerify falkordb.fracta.svc:6379

By symptom

Agent stays in queued forever

Agent fails with “no runtime configured”

Gateway tool calls return unauthorized

fracta init fails

FAQ

Can I run multiple control planes on one machine?

How do I move agents between deployment modes?

What happens to a worktree if I git push from outside fracta?