Docs/Configuration

Configuration Reference


CLI

Global Flags

These flags apply to all reel commands:

FlagDescriptionDefault
--agent-urlAgent HTTP API URLhttp://localhost:8080
--kubeconfigPath to kubeconfig file~/.kube/config
-n, --namespaceKubernetes namespacedefault

Export Flags

FlagDescription
-o, --outputOutput file path
--destDestination path (file or S3)
--compressCompression: none, fast (LZ4), best (Zstd)

Delete Retention Flags

FlagDescriptionExample
--keep-last NKeep N most recent--keep-last 10
--older-thanDelete older than duration--older-than 7d

Duration format: h (hours), d (days), w (weeks)

Output Formats

FlagFormatUse Case
(default)Human-readableTerminal
-o jsonJSONAutomation
-o yamlYAMLGitOps

Agent

Environment Variables

VariableDescriptionDefault
REEL_LOG_LEVELLog verbosity (debug, info, warn, error)info
REEL_LOG_FORMATLog format (json, console)json
REEL_HTTP_PORTHTTP API port8080
REEL_METRICS_PORTPrometheus metrics port9090
REEL_SCHEDULER_ENABLEDEnable annotation schedulertrue

Helm

See values.yaml for the full configuration reference.