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")
1337
1337
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1338
-
--kubernetes-version string desired kubernetes version to run (default "1.31.0-rc.0")
1338
+
--kubernetes-version string desired kubernetes version to run (default "1.31.0-rc.1")
1339
1339
-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
1340
1340
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1341
1341
-p, --persist the desired persist value for configs (default true)
Copy file name to clipboardExpand all lines: website/content/v1.8/reference/configuration/v1alpha1/config.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ controlPlane:
90
90
{{< /highlight >}}</details> | |
91
91
|`kubelet` |<ahref="#Config.machine.kubelet">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
92
92
kubelet:
93
-
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.0 # The `image` field is an optional reference to an alternative kubelet image.
93
+
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
94
94
# The `extraArgs` field is used to provide additional flags to the kubelet.
95
95
extraArgs:
96
96
feature-gates: ServerSideApply=true
@@ -503,7 +503,7 @@ KubeletConfig represents the kubelet config values.
503
503
{{< highlight yaml >}}
504
504
machine:
505
505
kubelet:
506
-
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.0 # The `image` field is an optional reference to an alternative kubelet image.
506
+
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
507
507
# The `extraArgs` field is used to provide additional flags to the kubelet.
508
508
extraArgs:
509
509
feature-gates: ServerSideApply=true
@@ -556,7 +556,7 @@ machine:
556
556
| Field | Type | Description | Value(s) |
557
557
|-------|------|-------------|----------|
558
558
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
559
-
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.0
559
+
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.1
560
560
{{< /highlight >}}</details> | |
561
561
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
562
562
clusterDNS:
@@ -2912,7 +2912,7 @@ serviceAccount:
2912
2912
{{< /highlight >}}</details> | |
2913
2913
|`apiServer` |<ahref="#Config.cluster.apiServer">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2914
2914
apiServer:
2915
-
image: registry.k8s.io/kube-apiserver:v1.31.0-rc.0 # The container image used in the API server manifest.
2915
+
image: registry.k8s.io/kube-apiserver:v1.31.0-rc.1 # The container image used in the API server manifest.
2916
2916
# Extra arguments to supply to the API server.
2917
2917
extraArgs:
2918
2918
feature-gates: ServerSideApply=true
@@ -2951,14 +2951,14 @@ apiServer:
2951
2951
{{< /highlight >}}</details> | |
2952
2952
|`controllerManager` |<ahref="#Config.cluster.controllerManager">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2953
2953
controllerManager:
2954
-
image: registry.k8s.io/kube-controller-manager:v1.31.0-rc.0 # The container image used in the controller manager manifest.
2954
+
image: registry.k8s.io/kube-controller-manager:v1.31.0-rc.1 # The container image used in the controller manager manifest.
2955
2955
# Extra arguments to supply to the controller manager.
|`extraArgs`|map[string]string |Extra arguments to supply to the controller manager. ||
3410
3410
|`extraVolumes`|<ahref="#Config.cluster.controllerManager.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. ||
0 commit comments