Documentation Index
Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation Issues
Pods Stuck in Pending
Symptoms: Pods remain inPending state.
Diagnosis:
-
Insufficient resources
Solution: Scale up nodes or reduce resource requests.
-
PVC not bound
Solution: Check storage class exists and has capacity.
- Node selector mismatch Solution: Verify node labels match pod selectors.
Pods in CrashLoopBackOff
Symptoms: Pods repeatedly crash and restart. Diagnosis:-
Configuration error
- Check environment variables
- Verify secrets are correct
-
Database connection failure
-
Missing dependencies
- Check init containers completed
- Verify required services are running
ImagePullBackOff
Symptoms: Pod cannot pull container image. Diagnosis:-
Check registry credentials
-
Verify secret exists
-
Recreate secret
Authentication Issues
Session Expired Too Quickly
Symptoms: Users logged out frequently. Solution: Check JWT configuration:Database Issues
Database Connection Failed
Symptoms: “Connection refused” or timeout errors. Diagnosis:-
Check database pod is running
-
Verify credentials
- For external database: Verify network connectivity and credentials.
Migration Failed
Symptoms: “Migration error” or incomplete database schema. Diagnosis:Storage Issues
S3/Azure Storage Access Denied
Symptoms: “Access Denied” or “Forbidden” errors. Diagnosis:-
Verify credentials
- Check bucket/container names match configuration
- Verify IAM permissions include required actions
PVC Storage Full
Symptoms: “No space left on device” errors. Diagnosis:-
Expand PVC (if supported):
- Clean up old data
- Add additional storage
Performance Issues
Slow Response Times
Symptoms: Pages load slowly or timeout. Diagnosis:-
Increase resources
-
Scale horizontally
- Check database performance
High Memory Usage
Symptoms: Pods OOMKilled. Diagnosis:-
Increase memory limits
- Check for memory leaks in logs
- Optimize workload distribution
Network Issues
Cannot Reach External Services
Symptoms: Timeout connecting to GitHub, AI providers, etc. Diagnosis:- Check egress rules (network policies, firewalls)
-
Verify DNS resolution
- Check proxy configuration if required
Load Balancer Not Provisioned
Symptoms: Service stuck with no external IP. Diagnosis:- AWS: Check IAM permissions for load balancer creation
- Azure: Check Azure resource quotas
- On-premises: Verify MetalLB configuration
Certificate Issues
TLS Certificate Not Valid
Symptoms: Browser shows certificate warning. Diagnosis:-
cert-manager: Check issuer status
-
Manual certificate: Verify secret contains valid cert
AI Feature Issues
AI Not Responding
Symptoms: AI features timeout or return errors. Diagnosis:- Check API key is valid and has quota
-
Verify connectivity to AI provider
- Check AI configuration in Helm values
Related
- Troubleshooting Overview — incident workflow and support contacts
- Maintenance — backup, restore, and routine tasks

