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
--install-disk string the disk to install to (default "/dev/sda")
1415
1415
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1416
-
--kubernetes-version string desired kubernetes version to run (default "1.34.0")
1416
+
--kubernetes-version string desired kubernetes version to run (default "1.34.1")
1417
1417
-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
1418
1418
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1419
1419
-p, --persist the desired persist value for configs (default true)
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
2878
2878
--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.
2879
2879
--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.
2880
-
--to string the Kubernetes control plane version to upgrade to (default "1.34.0")
2880
+
--to string the Kubernetes control plane version to upgrade to (default "1.34.1")
2881
2881
--upgrade-kubelet upgrade kubelet service (default true)
2882
2882
--with-docs patch all machine configs adding the documentation for each field (default true)
2883
2883
--with-examples patch all machine configs with the commented examples (default true)
Copy file name to clipboardExpand all lines: website/content/v1.11/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
@@ -86,7 +86,7 @@ controlPlane:
86
86
{{< /highlight >}}</details> | |
87
87
|`kubelet` |<ahref="#Config.machine.kubelet">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
88
88
kubelet:
89
-
image: ghcr.io/siderolabs/kubelet:v1.34.0 # The `image` field is an optional reference to an alternative kubelet image.
89
+
image: ghcr.io/siderolabs/kubelet:v1.34.1 # The `image` field is an optional reference to an alternative kubelet image.
90
90
# The `extraArgs` field is used to provide additional flags to the kubelet.
91
91
extraArgs:
92
92
feature-gates: ServerSideApply=true
@@ -471,7 +471,7 @@ KubeletConfig represents the kubelet config values.
471
471
{{< highlight yaml >}}
472
472
machine:
473
473
kubelet:
474
-
image: ghcr.io/siderolabs/kubelet:v1.34.0 # The `image` field is an optional reference to an alternative kubelet image.
474
+
image: ghcr.io/siderolabs/kubelet:v1.34.1 # The `image` field is an optional reference to an alternative kubelet image.
475
475
# The `extraArgs` field is used to provide additional flags to the kubelet.
476
476
extraArgs:
477
477
feature-gates: ServerSideApply=true
@@ -524,7 +524,7 @@ machine:
524
524
| Field | Type | Description | Value(s) |
525
525
|-------|------|-------------|----------|
526
526
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
527
-
image: ghcr.io/siderolabs/kubelet:v1.34.0
527
+
image: ghcr.io/siderolabs/kubelet:v1.34.1
528
528
{{< /highlight >}}</details> | |
529
529
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
530
530
clusterDNS:
@@ -2572,7 +2572,7 @@ serviceAccount:
2572
2572
{{< /highlight >}}</details> | |
2573
2573
|`apiServer` |<ahref="#Config.cluster.apiServer">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2574
2574
apiServer:
2575
-
image: registry.k8s.io/kube-apiserver:v1.34.0 # The container image used in the API server manifest.
2575
+
image: registry.k8s.io/kube-apiserver:v1.34.1 # The container image used in the API server manifest.
2576
2576
# Extra arguments to supply to the API server.
2577
2577
extraArgs:
2578
2578
feature-gates: ServerSideApply=true
@@ -2637,14 +2637,14 @@ apiServer:
2637
2637
{{< /highlight >}}</details> | |
2638
2638
|`controllerManager` |<ahref="#Config.cluster.controllerManager">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2639
2639
controllerManager:
2640
-
image: registry.k8s.io/kube-controller-manager:v1.34.0 # The container image used in the controller manager manifest.
2640
+
image: registry.k8s.io/kube-controller-manager:v1.34.1 # The container image used in the controller manager manifest.
2641
2641
# Extra arguments to supply to the controller manager.
|`extraArgs`|map[string]string |Extra arguments to supply to the controller manager. ||
3195
3195
|`extraVolumes`|<ahref="#Config.cluster.controllerManager.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. ||
0 commit comments