Self-Hosted Runner
Resolve common issues with the Bluebricks Deployments Controller (BDC) and Bricks Runner, including OOMKilled jobs, stuck tasks, and storage errors
Quick reference
Symptom
Cause
Fix
Runner pods OOMKilled
How to diagnose
kubectl get pods -n <bdc-namespace> | grep -i oom
kubectl describe pod <pod-name> -n <bdc-namespace> | grep -A 5 "Last State"How to fix
bricksRunner:
cm:
resources:
requests:
memory: "1024Mi"
limits:
memory: "2048Mi"Tasks stuck in pending
How to diagnose
How to fix
Auth errors in runner logs
How to diagnose
How to fix
Storage errors
How to diagnose
How to fix
Image pull failures
Common causes
How to fix
Helm upgrade fails
Common causes
How to fix
Sizing guidelines
Cluster size
Concurrent workers
Runner memory
Storage
Need more help?
Last updated
Was this helpful?

