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
--disks disks list of disks to create in format "<driver1>:<size1>" (disks after the first one are added only to worker machines) (default virtio:10GiB,virtio:6GiB)
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
311
+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
312
312
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
313
313
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
314
314
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a hostname and a join token, e.g. 'https://siderolink.omni.example?jointoken=foobar')
@@ -346,7 +346,7 @@ talosctl cluster create dev [flags]
346
346
--bad-rtc launch VM with bad RTC state
347
347
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
348
348
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
349
-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0-alpha.2/talosctl-cni-bundle-${ARCH}.tar.gz")
349
+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.0-rc.1/talosctl-cni-bundle-${ARCH}.tar.gz")
--disks disks list of disks to create in format "<driver1>:<size1>" (disks after the first one are added only to worker machines) (default virtio:10GiB,virtio:6GiB)
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.1")
523
+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
526
524
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
527
525
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
528
526
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a hostname and a join token, e.g. 'https://siderolink.omni.example?jointoken=foobar')
--install-disk string the disk to install to (default "/dev/sda")
1725
1723
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1726
-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
1724
+
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
1727
1725
-o, --output string destination to output generated files. when multiple output types are specified, it must be a directory. for a single output type, it must either be a file path, or "-" for stdout
1728
1726
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1729
1727
-p, --persist the desired persist value for configs (default true)
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
3301
3299
--siderov1-keys-dir string The path to the SideroV1 auth PGP keys directory. Defaults to 'SIDEROV1_KEYS_DIR' env variable if set, otherwise '$HOME/.talos/keys'. Only valid for Contexts that use SideroV1 auth.
3302
3300
--talosconfig string The path to the Talos configuration file. Defaults to 'TALOSCONFIG' env variable if set, otherwise '$HOME/.talos/config' and '/var/run/secrets/talos.dev/config' in order.
3303
-
--to string the Kubernetes control plane version to upgrade to (default "1.35.0-rc.0")
3301
+
--to string the Kubernetes control plane version to upgrade to (default "1.35.0")
3304
3302
--upgrade-kubelet upgrade kubelet service (default true)
3305
3303
--with-docs patch all machine configs adding the documentation for each field (default true)
3306
3304
--with-examples patch all machine configs with the commented examples (default true)
0 commit comments