Skip to content

Environment variables

The standard Talos variable selects one configuration file:

Terminal window
export TALOSCONFIG="$HOME/.talos/config"

Explicit --talosconfig arguments take part in file selection according to the CLI invocation.

The t9s-specific variable selects multiple files as an operating-system path list:

Terminal window
export TALOSCONFIGS="$HOME/.talos/mgmt:$HOME/.talos/stage:$HOME/.talos/test"

Use : as the separator on Unix and ; on Windows. Repeated --talosconfig flags provide the equivalent explicit form. Duplicate context names are rejected.