talosctl apply-config
Apply a new configuration to a nodeOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl bootstrap
Bootstrap the etcd cluster on the specified node.Synopsis
When Talos cluster is created etcd service on control plane nodes enter the join loop waiting to join etcd peers from other control plane nodes. One node should be picked as the bootstrap node. When bootstrap command is issued, the node aborts join process and bootstraps etcd cluster as a single node cluster. Other control plane nodes will join etcd cluster once Kubernetes is bootstrapped on the bootstrap node. This command should not be used when โinitโ type node are used. Talos etcd cluster can be recovered from a known snapshot with โโrecover-from=โ flag.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl cgroups
Retrieve cgroups usage informationSynopsis
The cgroups command fetches control group v2 (cgroupv2) usage details from the machine. Several presets are available to focus on specific cgroup subsystems:- cpu
- cpuset
- io
- memory
- process
- swap
Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl cluster create
Creates a local docker-based or QEMU-based kubernetes clusterOptions
Options inherited from parent commands
SEE ALSO
- talosctl cluster - A collection of commands for managing local docker-based or QEMU-based clusters
talosctl cluster destroy
Destroys a local docker-based or firecracker-based kubernetes clusterOptions
Options inherited from parent commands
SEE ALSO
- talosctl cluster - A collection of commands for managing local docker-based or QEMU-based clusters
talosctl cluster show
Shows info about a local provisioned kubernetes clusterOptions
Options inherited from parent commands
SEE ALSO
- talosctl cluster - A collection of commands for managing local docker-based or QEMU-based clusters
talosctl cluster
A collection of commands for managing local docker-based or QEMU-based clustersOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl cluster create - Creates a local docker-based or QEMU-based kubernetes cluster
- talosctl cluster destroy - Destroys a local docker-based or firecracker-based kubernetes cluster
- talosctl cluster show - Shows info about a local provisioned kubernetes cluster
talosctl completion
Output shell completion code for the specified shell (bash, fish or zsh)Synopsis
Output shell completion code for the specified shell (bash, fish or zsh). The shell code must be evaluated to provide interactive completion of talosctl commands. This can be done by sourcing it from the .bash_profile. Note for zsh users: [1] zsh completions are only supported in versions of zsh >= 5.2Examples
Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl config add
Add a new contextOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config context
Set the current contextOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config contexts
List defined contextsOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config endpoint
Set the endpoint(s) for the current contextOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config info
Show information about the current contextOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config merge
Merge additional contexts from another client configuration fileSynopsis
Contexts with the same name are renamed while merging configs.Options
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config new
Generate a new client configuration fileOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config node
Set the node(s) for the current contextOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config remove
Remove contextsOptions
Options inherited from parent commands
SEE ALSO
- talosctl config - Manage the client configuration file (talosconfig)
talosctl config
Manage the client configuration file (talosconfig)Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl config add - Add a new context
- talosctl config context - Set the current context
- talosctl config contexts - List defined contexts
- talosctl config endpoint - Set the endpoint(s) for the current context
- talosctl config info - Show information about the current context
- talosctl config merge - Merge additional contexts from another client configuration file
- talosctl config new - Generate a new client configuration file
- talosctl config node - Set the node(s) for the current context
- talosctl config remove - Remove contexts
talosctl conformance kubernetes
Run Kubernetes conformance testsOptions
Options inherited from parent commands
SEE ALSO
- talosctl conformance - Run conformance tests
talosctl conformance
Run conformance testsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl conformance kubernetes - Run Kubernetes conformance tests
talosctl containers
List containersOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl copy
Copy data out from the nodeSynopsis
Creates an .tar.gz archive at the node starting at<src-path>
and
streams it back to the client.
If โ-โ is given for <local-path>
, archive is written to stdout.
Otherwise archive is extracted to <local-path>
which should be an empty directory or
talosctl creates a directory if <local-path>
doesnโt exist. Command doesnโt preserve
ownership and access mode for the files in extract mode, while streamed .tar archive
captures ownership and permission bits.
Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl dashboard
Cluster dashboard with node overview, logs and real-time metricsSynopsis
Provide a text-based UI to navigate node overview, logs and real-time metrics. Keyboard shortcuts:- h, <Left> - switch one node to the left
- l, <Right> - switch one node to the right
- j, <Down> - scroll logs/process list down
- k, <Up> - scroll logs/process list up
- <C-d> - scroll logs/process list half page down
- <C-u> - scroll logs/process list half page up
- <C-f> - scroll logs/process list one page down
- <C-b> - scroll logs/process list one page up
Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl dmesg
Retrieve kernel logsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl edit
Edit a resource from the default editor.Synopsis
The edit command allows you to directly edit any API resource you can retrieve via the command line tools. It will open the editor defined by your TALOS_EDITOR, or EDITOR environment variables, or fall back to โviโ for Linux or โnotepadโ for Windows.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl etcd alarm disarm
Disarm the etcd alarms for the node.Options
Options inherited from parent commands
SEE ALSO
- talosctl etcd alarm - Manage etcd alarms
talosctl etcd alarm list
List the etcd alarms for the node.Options
Options inherited from parent commands
SEE ALSO
- talosctl etcd alarm - Manage etcd alarms
talosctl etcd alarm
Manage etcd alarmsOptions
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
- talosctl etcd alarm disarm - Disarm the etcd alarms for the node.
- talosctl etcd alarm list - List the etcd alarms for the node.
talosctl etcd defrag
Defragment etcd database on the nodeSynopsis
Defragmentation is a maintenance operation that releases unused space from the etcd database file. Defragmentation is a resource heavy operation and should be performed only when necessary on a single node at a time.Options
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd forfeit-leadership
Tell node to forfeit etcd cluster leadershipOptions
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd leave
Tell nodes to leave etcd clusterOptions
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd members
Get the list of etcd cluster membersOptions
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd remove-member
Remove the node from etcd clusterSynopsis
Use this command only if you want to remove a member which is in broken state. If there is no access to the node, or the node canโt access etcd to call etcd leave. Always prefer etcd leave over this command.Options
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd snapshot
Stream snapshot of the etcd node to the path.Options
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd status
Get the status of etcd cluster memberSynopsis
Returns the status of etcd member on the node, use multiple nodes to get status of all members.Options
Options inherited from parent commands
SEE ALSO
- talosctl etcd - Manage etcd
talosctl etcd
Manage etcdOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl etcd alarm - Manage etcd alarms
- talosctl etcd defrag - Defragment etcd database on the node
- talosctl etcd forfeit-leadership - Tell node to forfeit etcd cluster leadership
- talosctl etcd leave - Tell nodes to leave etcd cluster
- talosctl etcd members - Get the list of etcd cluster members
- talosctl etcd remove-member - Remove the node from etcd cluster
- talosctl etcd snapshot - Stream snapshot of the etcd node to the path.
- talosctl etcd status - Get the status of etcd cluster member
talosctl events
Stream runtime eventsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl gen ca
Generates a self-signed X.509 certificate authorityOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen config
Generates a set of configuration files for Talos clusterSynopsis
The cluster endpoint is the URL for the Kubernetes API. If you decide to use a control plane node, common in a single node control plane setup, use port 6443 as this is the port that the API server binds to on every control plane node. For an HA setup, usually involving a load balancer, use the IP and port of the load balancer.Options
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen crt
Generates an X.509 Ed25519 certificateOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen csr
Generates a CSR using an Ed25519 private keyOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen key
Generates an Ed25519 private keyOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen keypair
Generates an X.509 Ed25519 key pairOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen secrets
Generates a secrets bundle file which can later be used to generate a configOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
talosctl gen secureboot database
Generates a UEFI database to enroll the signing certificateOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen secureboot - Generates secrets for the SecureBoot process
talosctl gen secureboot pcr
Generates a key which is used to sign TPM PCR valuesOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen secureboot - Generates secrets for the SecureBoot process
talosctl gen secureboot uki
Generates a certificate which is used to sign boot assets (UKI)Options
Options inherited from parent commands
SEE ALSO
- talosctl gen secureboot - Generates secrets for the SecureBoot process
talosctl gen secureboot
Generates secrets for the SecureBoot processOptions
Options inherited from parent commands
SEE ALSO
- talosctl gen - Generate CAs, certificates, and private keys
- talosctl gen secureboot database - Generates a UEFI database to enroll the signing certificate
- talosctl gen secureboot pcr - Generates a key which is used to sign TPM PCR values
- talosctl gen secureboot uki - Generates a certificate which is used to sign boot assets (UKI)
talosctl gen
Generate CAs, certificates, and private keysOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl gen ca - Generates a self-signed X.509 certificate authority
- talosctl gen config - Generates a set of configuration files for Talos cluster
- talosctl gen crt - Generates an X.509 Ed25519 certificate
- talosctl gen csr - Generates a CSR using an Ed25519 private key
- talosctl gen key - Generates an Ed25519 private key
- talosctl gen keypair - Generates an X.509 Ed25519 key pair
- talosctl gen secrets - Generates a secrets bundle file which can later be used to generate a config
- talosctl gen secureboot - Generates secrets for the SecureBoot process
talosctl get
Get a specific resource or list of resources (use โtalosctl get rdโ to see all available resource types).Synopsis
Similar to โkubectl getโ, โtalosctl getโ returns a set of resources from the OS. To get a list of all available resource definitions, issue โtalosctl get rdโOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl health
Check cluster healthOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl image cache-create
Create a cache of images in OCI format into a directorySynopsis
Create a cache of images in OCI format into a directoryExamples
Options
Options inherited from parent commands
SEE ALSO
- talosctl image - Manage CRI container images
talosctl image default
List the default images used by TalosOptions
Options inherited from parent commands
SEE ALSO
- talosctl image - Manage CRI container images
talosctl image list
List CRI imagesOptions
Options inherited from parent commands
SEE ALSO
- talosctl image - Manage CRI container images
talosctl image pull
Pull an image into CRIOptions
Options inherited from parent commands
SEE ALSO
- talosctl image - Manage CRI container images
talosctl image
Manage CRI container imagesOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl image cache-create - Create a cache of images in OCI format into a directory
- talosctl image default - List the default images used by Talos
- talosctl image list - List CRI images
- talosctl image pull - Pull an image into CRI
talosctl inject serviceaccount
Inject Talos API ServiceAccount into Kubernetes manifestsExamples
Options
Options inherited from parent commands
SEE ALSO
- talosctl inject - Inject Talos API resources into Kubernetes manifests
talosctl inject
Inject Talos API resources into Kubernetes manifestsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl inject serviceaccount - Inject Talos API ServiceAccount into Kubernetes manifests
talosctl inspect dependencies
Inspect controller-resource dependencies as graphviz graph.Synopsis
Inspect controller-resource dependencies as graphviz graph. Pipe the output of the command through the โdotโ program (part of graphviz package) to render the graph: talosctl inspect dependencies | dot -Tpng > graph.pngOptions
Options inherited from parent commands
SEE ALSO
- talosctl inspect - Inspect internals of Talos
talosctl inspect
Inspect internals of TalosOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl inspect dependencies - Inspect controller-resource dependencies as graphviz graph.
talosctl kubeconfig
Download the admin kubeconfig from the nodeSynopsis
Download the admin kubeconfig from the node. If merge flag is true, config will be merged with ~/.kube/config or [local-path] if specified. Otherwise, kubeconfig will be written to PWD or [local-path] if specified. If merge flag is false and [local-path] is โ-โ, config will be written to stdout.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl list
Retrieve a directory listingOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl logs
Retrieve logs for a serviceOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl machineconfig gen
Generates a set of configuration files for Talos clusterSynopsis
The cluster endpoint is the URL for the Kubernetes API. If you decide to use a control plane node, common in a single node control plane setup, use port 6443 as this is the port that the API server binds to on every control plane node. For an HA setup, usually involving a load balancer, use the IP and port of the load balancer.Options
Options inherited from parent commands
SEE ALSO
- talosctl machineconfig - Machine config related commands
talosctl machineconfig patch
Patch a machine configOptions
Options inherited from parent commands
SEE ALSO
- talosctl machineconfig - Machine config related commands
talosctl machineconfig
Machine config related commandsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl machineconfig gen - Generates a set of configuration files for Talos cluster
- talosctl machineconfig patch - Patch a machine config
talosctl memory
Show memory usageOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl meta delete
Delete a key from the META partition.Options
Options inherited from parent commands
SEE ALSO
- talosctl meta - Write and delete keys in the META partition
talosctl meta write
Write a key-value pair to the META partition.Options
Options inherited from parent commands
SEE ALSO
- talosctl meta - Write and delete keys in the META partition
talosctl meta
Write and delete keys in the META partitionOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl meta delete - Delete a key from the META partition.
- talosctl meta write - Write a key-value pair to the META partition.
talosctl mounts
List mountsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl netstat
Show network connections and socketsSynopsis
Show network connections and sockets. You can pass an optional argument to view a specific podโs connections. To do this, format the argument as โnamespace/podโ. Note that only pods with a pod network namespace are allowed. If you donโt pass an argument, the command will show host connections.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl patch
Update field(s) of a resource using a JSON patch.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl pcap
Capture the network packets from the node.Synopsis
The command launches packet capture on the node and streams back the packets as raw pcap file. Default behavior is to decode the packets with internal decoder to stdout: talosctl pcap -i eth0 Raw pcap file can be saved with--output
flag:
talosctl pcap -i eth0 โoutput eth0.pcap
Output can be piped to tcpdump:
talosctl pcap -i eth0 -o - | tcpdump -vvv -r -
BPF filter can be applied, but it has to compiled to BPF instructions first using tcpdump.
Correct link type should be specified for the tcpdump: EN10MB for Ethernet links and RAW
for e.g. Wireguard tunnels:
talosctl pcap -i eth0 โbpf-filter โ$(tcpdump -dd -y EN10MB โtcp and dst port 80โ)โ
talosctl pcap -i kubespan โbpf-filter โ$(tcpdump -dd -y RAW โport 50000โ)โ
As packet capture is transmitted over the network, it is recommended to filter out the Talos API traffic,
e.g. by excluding packets with the port 50000.
Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl processes
List running processesOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl read
Read a file on the machineOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl reboot
Reboot a nodeOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl reset
Reset a nodeOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl restart
Restart a processOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl rollback
Rollback a node to the previous installationOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl rotate-ca
Rotate cluster CAs (Talos and Kubernetes APIs).Synopsis
The command can rotate both Talos and Kubernetes root CAs (for the API). By default both CAs are rotated, but you can choose to rotate just one or another. The command starts by generating new CAs, and gracefully applying it to the cluster. For Kubernetes, the command only rotates the API server issuing CA, and other Kubernetes PKI can be rotated by applying machine config changes to the controlplane nodes.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl service
Retrieve the state of a service (or all services), control service stateSynopsis
Service control command. If run without arguments, lists all the services and their state. If service ID is specified, default action โstatusโ is executed which shows status of a single list service. With actions โstartโ, โstopโ, โrestartโ, service state is updated respectively.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl shutdown
Shutdown a nodeOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl stats
Get container statsOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl support
Dump debug information about the clusterSynopsis
Generated bundle contains the following debug information:-
For each node:
- Kernel logs.
- All Talos internal services logs.
- All kube-system pods logs.
- Talos COSI resources without secrets.
- COSI runtime state graph.
- Processes snapshot.
- IO pressure snapshot.
- Mounts list.
- PCI devices info.
- Talos version.
-
For the cluster:
- Kubernetes nodes and kube-system pods manifests.
Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl time
Gets current server timeOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl upgrade
Upgrade Talos on the target nodeOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl upgrade-k8s
Upgrade Kubernetes control plane in the Talos cluster.Synopsis
Command runs upgrade of Kubernetes control plane components between specified versions.Options
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl usage
Retrieve a disk usageOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl validate
Validate configOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl version
Prints the versionOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
talosctl wipe disk
Wipe a block device (disk or partition) which is not used as a volumeSynopsis
Wipe a block device (disk or partition) which is not used as a volume. Use device names as arguments, for example: vda or sda5.Options
Options inherited from parent commands
SEE ALSO
- talosctl wipe - Wipe block device or volumes
talosctl wipe
Wipe block device or volumesOptions
Options inherited from parent commands
SEE ALSO
- talosctl - A CLI for out-of-band management of Kubernetes nodes created by Talos
- talosctl wipe disk - Wipe a block device (disk or partition) which is not used as a volume
talosctl
A CLI for out-of-band management of Kubernetes nodes created by TalosOptions
SEE ALSO
- talosctl apply-config - Apply a new configuration to a node
- talosctl bootstrap - Bootstrap the etcd cluster on the specified node.
- talosctl cgroups - Retrieve cgroups usage information
- talosctl cluster - A collection of commands for managing local docker-based or QEMU-based clusters
- talosctl completion - Output shell completion code for the specified shell (bash, fish or zsh)
- talosctl config - Manage the client configuration file (talosconfig)
- talosctl conformance - Run conformance tests
- talosctl containers - List containers
- talosctl copy - Copy data out from the node
- talosctl dashboard - Cluster dashboard with node overview, logs and real-time metrics
- talosctl dmesg - Retrieve kernel logs
- talosctl edit - Edit a resource from the default editor.
- talosctl etcd - Manage etcd
- talosctl events - Stream runtime events
- talosctl gen - Generate CAs, certificates, and private keys
- talosctl get - Get a specific resource or list of resources (use โtalosctl get rdโ to see all available resource types).
- talosctl health - Check cluster health
- talosctl image - Manage CRI container images
- talosctl inject - Inject Talos API resources into Kubernetes manifests
- talosctl inspect - Inspect internals of Talos
- talosctl kubeconfig - Download the admin kubeconfig from the node
- talosctl list - Retrieve a directory listing
- talosctl logs - Retrieve logs for a service
- talosctl machineconfig - Machine config related commands
- talosctl memory - Show memory usage
- talosctl meta - Write and delete keys in the META partition
- talosctl mounts - List mounts
- talosctl netstat - Show network connections and sockets
- talosctl patch - Update field(s) of a resource using a JSON patch.
- talosctl pcap - Capture the network packets from the node.
- talosctl processes - List running processes
- talosctl read - Read a file on the machine
- talosctl reboot - Reboot a node
- talosctl reset - Reset a node
- talosctl restart - Restart a process
- talosctl rollback - Rollback a node to the previous installation
- talosctl rotate-ca - Rotate cluster CAs (Talos and Kubernetes APIs).
- talosctl service - Retrieve the state of a service (or all services), control service state
- talosctl shutdown - Shutdown a node
- talosctl stats - Get container stats
- talosctl support - Dump debug information about the cluster
- talosctl time - Gets current server time
- talosctl upgrade - Upgrade Talos on the target node
- talosctl upgrade-k8s - Upgrade Kubernetes control plane in the Talos cluster.
- talosctl usage - Retrieve a disk usage
- talosctl validate - Validate config
- talosctl version - Prints the version
- talosctl wipe - Wipe block device or volumes