01README
Talos Linux node management via talosctl - provision, bootstrap, patch, upgrade, health check, and more
02Models
@magistr/talos-nodev2026.03.13.1talos.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| endpoint | string | Talos 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)
| Argument | Type | Description |
|---|---|---|
| configFile | string | Path 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
| Argument | Type | Description |
|---|---|---|
| force | boolean | Force shutdown |
fn reset(graceful: boolean)
Reset the node (wipes state)
| Argument | Type | Description |
|---|---|---|
| graceful | boolean | Graceful reset |
fn upgrade(preserve: boolean)
Upgrade Talos on the node
| Argument | Type | Description |
|---|---|---|
| preserve | boolean | Preserve 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 Versions
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