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 strings list of disks to create in format "<driver1>:<size1>" (disks after the first one are added only to worker machines) (default [virtio:10GB,virtio:6GB])
--install-disk string the disk to install to (default "/dev/sda")
1491
1491
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1492
-
--kubernetes-version string desired kubernetes version to run (default "1.34.0")
1492
+
--kubernetes-version string desired kubernetes version to run (default "1.34.1")
1493
1493
-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
1494
1494
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1495
1495
-p, --persist the desired persist value for configs (default true)
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
2954
2954
--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.
2955
2955
--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.
2956
-
--to string the Kubernetes control plane version to upgrade to (default "1.34.0")
2956
+
--to string the Kubernetes control plane version to upgrade to (default "1.34.1")
2957
2957
--upgrade-kubelet upgrade kubelet service (default true)
2958
2958
--with-docs patch all machine configs adding the documentation for each field (default true)
2959
2959
--with-examples patch all machine configs with the commented examples (default true)
0 commit comments