Skip to main content

Talos Node

@magistr/talos-nodev2026.03.13.1· 1mo agoMODELS
01README

Talos Linux node management via talosctl - provision, bootstrap, patch, upgrade, health check, and more

02Models1
@magistr/talos-nodev2026.03.13.1talos.ts

Global Arguments

ArgumentTypeDescription
endpointstringTalos node endpoint (IP or hostname)
fn version()
Get Talos version info
fn services()
List all services on the node (factory output)
fn etcdMembers()
List etcd cluster members
fn kubeconfig()
Retrieve cluster kubeconfig
fn applyConfig(configFile: string)
Apply machine config (use insecure=true for maintenance mode)
ArgumentTypeDescription
configFilestringPath to the machine config YAML file
fn bootstrap()
Bootstrap the cluster (run on first controlplane only)
fn reboot()
Reboot the node
fn shutdown(force: boolean)
Shutdown the node
ArgumentTypeDescription
forcebooleanForce shutdown
fn reset(graceful: boolean)
Reset the node (wipes state)
ArgumentTypeDescription
gracefulbooleanGraceful reset
fn upgrade(preserve: boolean)
Upgrade Talos on the node
ArgumentTypeDescription
preservebooleanPreserve ephemeral data
fn patchConfig()
Patch machine config with a YAML patch file (triggers reboot by default)
fn health()
Check cluster health

Resources

version(infinite)— Talos node version info
service(infinite)— Talos service status
etcdMember(infinite)— Etcd cluster member
kubeconfig(infinite)— Cluster kubeconfig
result(infinite)— Operation result
03Previous Versions1
2026.03.09.6Mar 9, 2026
04Stats
Downloads
0
Archive size
5.1 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

05Platforms
06Labels