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
Not updating Go modules yet, as there's a dependency conflict via
fluxcd/pkg/ssa right now due to removed autoscaling API in k8s.io/api.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
--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")
313
+
--kubernetes-version string desired kubernetes version to run (default "1.36.0-alpha.1")
314
314
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
315
315
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
316
316
--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')
@@ -391,7 +391,7 @@ talosctl cluster create dev [flags]
391
391
--ipxe-boot-script string iPXE boot script (URL) to use
392
392
--iso-path string the ISO path to use for the initial boot
393
393
--kubeprism-port int KubePrism port (set to 0 to disable) (default 7445)
394
-
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
394
+
--kubernetes-version string desired kubernetes version to run (default "1.36.0-alpha.1")
395
395
--memory string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
396
396
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
397
397
--mtu int MTU of the cluster network (default 1500)
--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")
527
+
--kubernetes-version string desired kubernetes version to run (default "1.36.0-alpha.1")
528
528
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
529
529
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
530
530
--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")
1763
1763
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1764
-
--kubernetes-version string desired kubernetes version to run (default "1.35.0")
1764
+
--kubernetes-version string desired kubernetes version to run (default "1.36.0-alpha.1")
1765
1765
-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
1766
1766
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1767
1767
--registry-mirror strings list of registry mirrors to use in format: <registry host>=<mirror URL>
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
3384
3384
--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.
3385
3385
--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.
3386
-
--to string the Kubernetes control plane version to upgrade to (default "1.35.0")
3386
+
--to string the Kubernetes control plane version to upgrade to (default "1.36.0-alpha.1")
3387
3387
--upgrade-kubelet upgrade kubelet service (default true)
3388
3388
--with-docs patch all machine configs adding the documentation for each field (default true)
3389
3389
--with-examples patch all machine configs with the commented examples (default true)
Copy file name to clipboardExpand all lines: website/content/v1.13/reference/configuration/v1alpha1/config.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ controlPlane:
83
83
{{< /highlight >}}</details> | |
84
84
|`kubelet` |<ahref="#Config.machine.kubelet">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>Kubelet definition example.:{{< highlight yaml >}}
85
85
kubelet:
86
-
image: ghcr.io/siderolabs/kubelet:v1.35.0 # The `image` field is an optional reference to an alternative kubelet image.
86
+
image: ghcr.io/siderolabs/kubelet:v1.36.0-alpha.1 # The `image` field is an optional reference to an alternative kubelet image.
87
87
# The `extraArgs` field is used to provide additional flags to the kubelet.
88
88
extraArgs:
89
89
feature-gates: ServerSideApply=true
@@ -305,7 +305,7 @@ KubeletConfig represents the kubelet config values.
305
305
{{< highlight yaml >}}
306
306
machine:
307
307
kubelet:
308
-
image: ghcr.io/siderolabs/kubelet:v1.35.0 # The `image` field is an optional reference to an alternative kubelet image.
308
+
image: ghcr.io/siderolabs/kubelet:v1.36.0-alpha.1 # The `image` field is an optional reference to an alternative kubelet image.
309
309
# The `extraArgs` field is used to provide additional flags to the kubelet.
310
310
extraArgs:
311
311
feature-gates: ServerSideApply=true
@@ -358,7 +358,7 @@ machine:
358
358
| Field | Type | Description | Value(s) |
359
359
|-------|------|-------------|----------|
360
360
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
361
-
image: ghcr.io/siderolabs/kubelet:v1.35.0
361
+
image: ghcr.io/siderolabs/kubelet:v1.36.0-alpha.1
362
362
{{< /highlight >}}</details> | |
363
363
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
364
364
clusterDNS:
@@ -1032,7 +1032,7 @@ serviceAccount:
1032
1032
{{< /highlight >}}</details> | |
1033
1033
|`apiServer` |<ahref="#Config.cluster.apiServer">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
1034
1034
apiServer:
1035
-
image: registry.k8s.io/kube-apiserver:v1.35.0 # The container image used in the API server manifest.
1035
+
image: registry.k8s.io/kube-apiserver:v1.36.0-alpha.1 # The container image used in the API server manifest.
1036
1036
# Extra arguments to supply to the API server.
1037
1037
extraArgs:
1038
1038
feature-gates: ServerSideApply=true
@@ -1097,14 +1097,14 @@ apiServer:
1097
1097
{{< /highlight >}}</details> | |
1098
1098
|`controllerManager` |<ahref="#Config.cluster.controllerManager">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
1099
1099
controllerManager:
1100
-
image: registry.k8s.io/kube-controller-manager:v1.35.0 # The container image used in the controller manager manifest.
1100
+
image: registry.k8s.io/kube-controller-manager:v1.36.0-alpha.1 # The container image used in the controller manager manifest.
1101
1101
# Extra arguments to supply to the controller manager.
|`extraArgs`|Args |Extra arguments to supply to the controller manager. ||
1655
1655
|`extraVolumes`|<ahref="#Config.cluster.controllerManager.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. ||
0 commit comments