You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/v1.13/reference/cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ talosctl cluster create dev [flags]
134
134
--bad-rtc launch VM with bad RTC state
135
135
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
136
136
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
137
-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-beta.0/talosctl-cni-bundle-${ARCH}.tar.gz")
137
+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-beta.1/talosctl-cni-bundle-${ARCH}.tar.gz")
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -348,7 +348,7 @@ talosctl cluster create dev [flags]
348
348
--bad-rtc launch VM with bad RTC state
349
349
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
350
350
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
351
-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-beta.0/talosctl-cni-bundle-${ARCH}.tar.gz")
351
+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.13.0-beta.1/talosctl-cni-bundle-${ARCH}.tar.gz")
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -3331,7 +3331,7 @@ talosctl upgrade [flags]
3331
3331
--debug debug operation from kernel logs. --wait is set to true when this flag is set
3332
3332
-e, --endpoints strings override default endpoints in Talos configuration
3333
3333
-h, --help help for upgrade
3334
-
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0-beta.0")
3334
+
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.13.0-beta.1")
3335
3335
--namespace string namespace to use: "system" (etcd and kubelet images), "cri" for all Kubernetes workloads, "inmem" for in-memory containerd instance (default "system")
0 commit comments