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: hack/release.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The switch and inventory backfill is automatic and no action is needed from the
99
99
[notes.talosctl_images_talos_bundle]
100
100
title = "`talosctl images talos-bundle` can ignore reaching to the registry"
101
101
description = """\
102
-
The `talosctl images talos-bundle` command now accepts optional `--ovelays` and `--extensions` flags.
102
+
The `talosctl images talos-bundle` command now accepts optional `--overlays` and `--extensions` flags.
103
103
If those are set to `false`, the command will not attempt to reach out to the container registry to fetch the latest versions and digests of the overlays and extensions.
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-alpha.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-alpha.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-alpha.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-alpha.1/talosctl-cni-bundle-${ARCH}.tar.gz")
0 commit comments