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")
1330
1330
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1331
-
--kubernetes-version string desired kubernetes version to run (default "1.28.0-rc.1")
1331
+
--kubernetes-version string desired kubernetes version to run (default "1.28.0")
1332
1332
-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
1333
1333
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1334
1334
-p, --persist the desired persist value for configs (default true)
Copy file name to clipboardExpand all lines: website/content/v1.5/reference/configuration.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ controlPlane:
101
101
{{< /highlight >}}</details> | |
102
102
|`kubelet` |<ahref="#kubeletconfig">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
103
103
kubelet:
104
-
image: ghcr.io/siderolabs/kubelet:v1.28.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
104
+
image: ghcr.io/siderolabs/kubelet:v1.28.0 # The `image` field is an optional reference to an alternative kubelet image.
105
105
# The `extraArgs` field is used to provide additional flags to the kubelet.
106
106
extraArgs:
107
107
feature-gates: ServerSideApply=true
@@ -523,7 +523,7 @@ serviceAccount:
523
523
{{< /highlight >}}</details> | |
524
524
|`apiServer` |<ahref="#apiserverconfig">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
525
525
apiServer:
526
-
image: registry.k8s.io/kube-apiserver:v1.28.0-rc.1 # The container image used in the API server manifest.
526
+
image: registry.k8s.io/kube-apiserver:v1.28.0 # The container image used in the API server manifest.
527
527
# Extra arguments to supply to the API server.
528
528
extraArgs:
529
529
feature-gates: ServerSideApply=true
@@ -562,14 +562,14 @@ apiServer:
562
562
{{< /highlight >}}</details> | |
563
563
|`controllerManager` |<ahref="#controllermanagerconfig">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
564
564
controllerManager:
565
-
image: registry.k8s.io/kube-controller-manager:v1.28.0-rc.1 # The container image used in the controller manager manifest.
565
+
image: registry.k8s.io/kube-controller-manager:v1.28.0 # The container image used in the controller manager manifest.
566
566
# Extra arguments to supply to the controller manager.
image: registry.k8s.io/kube-proxy:v1.28.0-rc.1 # The container image used in the kube-proxy manifest.
572
+
image: registry.k8s.io/kube-proxy:v1.28.0 # The container image used in the kube-proxy manifest.
573
573
mode: ipvs # proxy mode of kube-proxy.
574
574
# Extra arguments to supply to kube-proxy.
575
575
extraArgs:
@@ -580,7 +580,7 @@ proxy:
580
580
{{< /highlight >}}</details> | |
581
581
|`scheduler` |<ahref="#schedulerconfig">SchedulerConfig</a> |Scheduler server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
582
582
scheduler:
583
-
image: registry.k8s.io/kube-scheduler:v1.28.0-rc.1 # The container image used in the scheduler manifest.
583
+
image: registry.k8s.io/kube-scheduler:v1.28.0 # The container image used in the scheduler manifest.
584
584
# Extra arguments to supply to the scheduler.
585
585
extraArgs:
586
586
feature-gates: AllBeta=true
@@ -747,7 +747,7 @@ Appears in:
747
747
748
748
749
749
{{< highlight yaml >}}
750
-
image: ghcr.io/siderolabs/kubelet:v1.28.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
750
+
image: ghcr.io/siderolabs/kubelet:v1.28.0 # The `image` field is an optional reference to an alternative kubelet image.
751
751
# The `extraArgs` field is used to provide additional flags to the kubelet.
752
752
extraArgs:
753
753
feature-gates: ServerSideApply=true
@@ -784,7 +784,7 @@ extraArgs:
784
784
| Field | Type | Description | Value(s) |
785
785
|-------|------|-------------|----------|
786
786
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
787
-
image: ghcr.io/siderolabs/kubelet:v1.28.0-rc.1
787
+
image: ghcr.io/siderolabs/kubelet:v1.28.0
788
788
{{< /highlight >}}</details> | |
789
789
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
790
790
clusterDNS:
@@ -1407,7 +1407,7 @@ Appears in:
1407
1407
1408
1408
1409
1409
{{< highlight yaml >}}
1410
-
image: registry.k8s.io/kube-apiserver:v1.28.0-rc.1 # The container image used in the API server manifest.
1410
+
image: registry.k8s.io/kube-apiserver:v1.28.0 # The container image used in the API server manifest.
1411
1411
# Extra arguments to supply to the API server.
1412
1412
extraArgs:
1413
1413
feature-gates: ServerSideApply=true
@@ -1449,7 +1449,7 @@ certSANs:
1449
1449
| Field | Type | Description | Value(s) |
1450
1450
|-------|------|-------------|----------|
1451
1451
|`image` |string |The container image used in the API server manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
0 commit comments