@@ -96,7 +96,7 @@ talosctl cluster create [flags]
9696 --bad-rtc launch VM with bad RTC state (QEMU only)
9797 --cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
9898 --cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
99- --cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.5.0-beta.1 /talosctl-cni-bundle-${ARCH}.tar.gz")
99+ --cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.5.0/talosctl-cni-bundle-${ARCH}.tar.gz")
100100 --cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
101101 --cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
102102 --config-patch stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file
@@ -2843,7 +2843,7 @@ talosctl upgrade [flags]
28432843 --debug debug operation from kernel logs. --wait is set to true when this flag is set
28442844 -f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
28452845 -h, --help help for upgrade
2846- -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.5.0-beta.1 ")
2846+ -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.5.0")
28472847 --insecure upgrade using the insecure (encrypted with no auth) maintenance service
28482848 -p, --preserve preserve data
28492849 -m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")
0 commit comments