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")
1365
1365
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1366
-
--kubernetes-version string desired kubernetes version to run (default "1.33.0-rc.1")
1366
+
--kubernetes-version string desired kubernetes version to run (default "1.33.0")
1367
1367
-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
1368
1368
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1369
1369
-p, --persist the desired persist value for configs (default true)
Copy file name to clipboardExpand all lines: website/content/v1.10/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.33.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
89
+
image: ghcr.io/siderolabs/kubelet:v1.33.0 # 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
@@ -497,7 +497,7 @@ KubeletConfig represents the kubelet config values.
497
497
{{< highlight yaml >}}
498
498
machine:
499
499
kubelet:
500
-
image: ghcr.io/siderolabs/kubelet:v1.33.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
500
+
image: ghcr.io/siderolabs/kubelet:v1.33.0 # The `image` field is an optional reference to an alternative kubelet image.
501
501
# The `extraArgs` field is used to provide additional flags to the kubelet.
502
502
extraArgs:
503
503
feature-gates: ServerSideApply=true
@@ -550,7 +550,7 @@ machine:
550
550
| Field | Type | Description | Value(s) |
551
551
|-------|------|-------------|----------|
552
552
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
553
-
image: ghcr.io/siderolabs/kubelet:v1.33.0-rc.1
553
+
image: ghcr.io/siderolabs/kubelet:v1.33.0
554
554
{{< /highlight >}}</details> | |
555
555
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
556
556
clusterDNS:
@@ -2889,7 +2889,7 @@ serviceAccount:
2889
2889
{{< /highlight >}}</details> | |
2890
2890
|`apiServer` |<ahref="#Config.cluster.apiServer">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2891
2891
apiServer:
2892
-
image: registry.k8s.io/kube-apiserver:v1.33.0-rc.1 # The container image used in the API server manifest.
2892
+
image: registry.k8s.io/kube-apiserver:v1.33.0 # The container image used in the API server manifest.
2893
2893
# Extra arguments to supply to the API server.
2894
2894
extraArgs:
2895
2895
feature-gates: ServerSideApply=true
@@ -2954,14 +2954,14 @@ apiServer:
2954
2954
{{< /highlight >}}</details> | |
2955
2955
|`controllerManager` |<ahref="#Config.cluster.controllerManager">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2956
2956
controllerManager:
2957
-
image: registry.k8s.io/kube-controller-manager:v1.33.0-rc.1 # The container image used in the controller manager manifest.
2957
+
image: registry.k8s.io/kube-controller-manager:v1.33.0 # The container image used in the controller manager manifest.
2958
2958
# Extra arguments to supply to the controller manager.
|`extraArgs`|map[string]string |Extra arguments to supply to the controller manager. ||
3512
3512
|`extraVolumes`|<ahref="#Config.cluster.controllerManager.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. ||
0 commit comments