Reference¶
Complete reference documentation for HolmesGPT configuration, commands, and troubleshooting.
Reference Documentation¶
Configuration Reference¶
- Configuration Schema - Complete Helm values schema
- CLI Commands - Command-line interface reference
Help & Support¶
Quick Reference¶
Essential Commands¶
# Install HolmesGPT
helm install holmesgpt robusta/robusta --set enableHolmesGPT=true
# Check status
kubectl get pods -n robusta
# View logs
kubectl logs -n robusta deployment/holmes
Key Configuration Keys¶
# Enable HolmesGPT
enableHolmesGPT: true
# AI Provider (OpenAI example)
holmes:
additionalEnvVars:
- name: MODEL
value: gpt-4o
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: holmes-secrets
key: openAiKey
Common Troubleshooting¶
Issue | Solution |
---|---|
AI provider errors | Check API keys and model availability |
No data sources | Verify toolset configuration and credentials |
Slow responses | Review model selection and resource limits |
Permission errors | Check RBAC and secret access |
Getting Help¶
Can't find what you're looking for?
- Search this documentation using the search bar
- Check the FAQ for common questions
- Visit our troubleshooting guide
- Ask in our Slack community
- Report issues on GitHub
Start with the FAQ for answers to common questions.