talosctl
all
Interact with Talos Linux, a minimal and immutable Kubernetes distribution. See also: `kubectl`.
More info →Options (3)
-i, --insecturebooleanApply a config to a fresh node
Example:
talosctl apply-config {{[-i|--insecture]}} {{[-n|--nodes]}} {{control_plane_ip}} {{[-f|--file]}} {{path/to/control_plane.yaml}}-n, --nodesbooleanApply a config to a fresh node
Example:
talosctl apply-config {{[-i|--insecture]}} {{[-n|--nodes]}} {{control_plane_ip}} {{[-f|--file]}} {{path/to/control_plane.yaml}}-f, --filebooleanApply a config to a fresh node
Example:
talosctl apply-config {{[-i|--insecture]}} {{[-n|--nodes]}} {{control_plane_ip}} {{[-f|--file]}} {{path/to/control_plane.yaml}}Examples (6)
Apply a config to a fresh node
talosctl apply-config [-i|--insecture] [-n|--nodes] control_plane_ip [-f|--file] path/to/control_plane.yamlBootstrap the `etcd` cluster on a node
talosctl bootstrap [-n|--nodes] node_ipGet resources
talosctl get resource_to_get [-n|--nodes] node_ipDownload the admin kube configuration from a node
talosctl kubeconfig [-n|--nodes] node_ipmade by @shridhargupta | data from tldr-pages