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)
--install-disk string the disk to install to (default "/dev/sda")
1505
1505
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1506
-
--kubernetes-version string desired kubernetes version to run (default "1.35.0-alpha.2")
1506
+
--kubernetes-version string desired kubernetes version to run (default "1.35.0-alpha.3")
1507
1507
-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
1508
1508
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1509
1509
-p, --persist the desired persist value for configs (default true)
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
3079
3079
--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.
3080
3080
--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.
3081
-
--to string the Kubernetes control plane version to upgrade to (default "1.35.0-alpha.2")
3081
+
--to string the Kubernetes control plane version to upgrade to (default "1.35.0-alpha.3")
3082
3082
--upgrade-kubelet upgrade kubelet service (default true)
3083
3083
--with-docs patch all machine configs adding the documentation for each field (default true)
3084
3084
--with-examples patch all machine configs with the commented examples (default true)
0 commit comments