Docs/Configuration

Configuration Reference


CLI

Global Flags

These flags apply to all reel commands:

FlagDescriptionDefault
--agentConnect to reel agentfalse
--agent-urlAgent HTTP API URLhttp://localhost:8080
--runtimeContainer runtime: docker, podman, containerd, crioauto-detect
-v, --verboseVerbose output (logs instead of spinner)false
-n, --namespaceKubernetes namespace (agent mode)default

Export Flags

FlagDescription
-o, --outputDestination file path
--compressCompression: none, fast, default, better, best

Delete Flags

delete checkpoint supports bulk cleanup flags; delete layer and delete frame take a single ID.

FlagDescriptionExample
--allDelete all checkpoints (with confirmation)--all
--filterDelete checkpoints matching a glob pattern--filter "checkpoint_prod-*"
--older-thanDelete checkpoints older than a duration (delete checkpoint only)--older-than 7d
-y, --yesSkip the confirmation prompt--yes

Duration format: e.g. 24h (hours), 7d (days)

Output Formats

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

Agent

Environment Variables

VariableDescriptionDefault
CLUSTER_NAMECluster name used in S3 paths and logs(empty)
LOG_LEVELLog verbosity (debug, info, warn, error)info
LOG_FORMATLog format (json, console)console
REEL_AGENTMarks the process as the in-cluster agent (set to 1 by the chart)1
REEL_LICENSELicense token, sourced from the license Secret(unset)
REEL_TELEMETRY_DISABLEDSet to true to opt out of startup telemetry(unset)
CLAMAV_ENABLEDWhether the ClamAV malware sidecar is availabletrue
ENABLE_CRIUEnable CRIU checkpoint supporttrue
HOST_PROCMount path for the host /proc filesystem/host/proc
CHECKPOINT_PATHDirectory where checkpoints are written/var/dumps/checkpoints

Helm

See values.yaml for the full configuration reference.